Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cs1-forest-demo

EricEisaman2MIT0.0.11

Package description.

awesome, maintainer, 10x engineer

readme

maintainer

Maintainer


Description

This is a boilerplate for designing and maintaining libraries, frameworks, and plugins.


Features


Building

  • Development/Staging Builds:
    • Edit the package.json with your details.
    • Edit the source code found in the src directory.
    • Edit the library name in public/staging/index.html
    • In the Terminal pnpm run dev
    • Show Staging Page
  • Production Builds:

Publishing to NPM

Use the following pattern to publish any npm package from Glitch

Do Once:

Do Every Publish

  • In the Terminal pnpm run publish

🎉Congratulations!🎉

From Node

  • You can now install and require your NPM package!

In Your HTML


If Neccessary You Can Also Unpublish a Version

  • In the Terminal pnpm run unpublish 0.0.10