Gluestick CLI is an command line interface for the gluestick
package. It exposes the few commands from your global packages, and proxies the rest of them to your local distribution of gluestick.
Create a new GlueStick project with latest gluestick
version available on npm
gluestick new <YOUR_APPLICATION_NAME>
Available options:
-d, --dev <path>
- Relative path to development gluestick repo-n, --npm
- Use npm instead of yarn for install dependencies-s, --skip-main
- Skipmain
app generation
Reinstall Gluestick dependencies
gluestick reinstall-dev
Watches and applies changes from the Gluestick package to the current project
gluestick watch
Removes Gluestick dependencies and does a clean build
gluestick reset-hard