Collection of command line tools for managing Giant-based projects (including Giant itself).
npm install -g giant-cli
Pulls project boilerplate and initializes 2 basic modules: application & shared.
- Create the project folder
cdinto the project folder- Issue
giant init
Pulls module boilerplate.
- Make sure you're in the project folder
- Issue
giant init <moduleName>
Builds the specified module.
giant build <moduleName>
Builds all modules in the order specified in module-sequence.dat.
giant build
Removes temporary files.
giant clear
giant run <moduleName> "<command>"
giant batch "<command>"