gluestick-cli
v4.6.6
Published
GlueStick is a command line interface for quickly developing universal web applications using React
Downloads
32
Readme
gluestick-cli
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.
Exposed commands
gluestick new
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
gluestick reinstall-dev
Reinstall Gluestick dependencies
gluestick reinstall-dev
gluestick watch
Watches and applies changes from the Gluestick package to the current project
gluestick watch
gluestick reset-hard
Removes Gluestick dependencies and does a clean build
gluestick reset-hard