gluestick
v4.6.6
Published
GlueStick is a command line interface for quickly developing universal web applications using React
Readme
gluestick
Gluestick package is a dependency which is being added to your project to handle most of gluestick functionalities. Commands are available through bin directory from your node_modules or proxied via gluestick's command line interface.
Exposed commands
gluestick new <YOUR_APPLICATION_NAME>- generate new projectgluestick generate <ENTITY_TYPE> <ENTITY_NAME>- generates a new entity from given templategluestick destroy <ENTITY_TYPE> <ENTITY_NAME>- remove entity created bygeneratecommandgluestick start- starts a gluestick projectgluestick build- create an production asset buildgluestick bin <DEPENDENCY_NAME> -- <DEPENDENCY_ARGS>- Execute binary dependenciygluestick dockerize- create docker image (requiresdockerinstalled on your machine)gluestick start-client- starts client separately (part ofgluestick startcommand)gluestick start-server- starts server separately (part ofgluestick startcommand)gluestick test- run projects test suite
Detailed description on all commands is available here
