Command line interface for Page framework.
npm install @page-libs/cli -g
npm run build
page create: creates a new projectpage update: upgrades the project to a new version of Page frameworkpage build [evironment][,...otherEnvVars] | page b [evironment][,...otherEnvVars]: builds the projectpage run [evironment][,...otherEnvVars] | page r [evironment][,...otherEnvVars]: runs the projectpage br [evironment][,...otherEnvVars]: builds and then runs the projectpage test: run tests (via npm)page -v | page --version: check a version of the Page frameworkpage -h | page --help: information about commands
By default environment is local. For more information visit Page docs.