Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 967 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 967 Bytes

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 - Skip main 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