@page-libs/cli
v1.1.9
Published
Command line interface for Page framework.
Downloads
16
Readme
page-cli
Command line interface for Page framework.
install
npm install @page-libs/cli -g
build
npm run build
commands
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.