Gluestick CLI is an command line interface for gluestick
package. It exposes few commands from your global packages, and proxies rest of them to your local distribution of gluestick.
Create 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 dependency project
gluestick reinstall-dev
Watches and applies changes from gluestick package to current project
gluestick watch
Removes gluestick dependency project clean build, cache and reinstalls dependencies
gluestick reset-hard