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
Takes care of generating new project
gluestick new <YOUR_APPLICATION_NAME>
Available options:
-d, --dev <path>
- Relative path to development gluestick repo-y, --yarn
- Use yarn to perform installations (not working yet, see #528)
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