gluestick-cli
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.
Exposed commands
gluestick new
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
- Skip main
app generation
gluestick reinstall-dev
Reinstall gluestick dependency project
gluestick reinstall-dev
gluestick watch
Watches and applies changes from gluestick package to current project
gluestick watch
gluestick reset-hard
Removes gluestick dependency project clean build, cache and reinstalls dependencies
gluestick reset-hard