Skip to content

Guseyn/page-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page-cli

NPM Version Build Status

Command line interface for Page framework.

install

npm install @page-libs/cli -g

build

npm run build

commands

  • page create: creates a new project
  • page update: upgrades the project to a new version of Page framework
  • page build [evironment][,...otherEnvVars] | page b [evironment][,...otherEnvVars]: builds the project
  • page run [evironment][,...otherEnvVars] | page r [evironment][,...otherEnvVars]: runs the project
  • page br [evironment][,...otherEnvVars]: builds and then runs the project
  • page test: run tests (via npm)
  • page -v | page --version: check a version of the Page framework
  • page -h | page --help: information about commands

By default environment is local. For more information visit Page docs.

About

Command line interface for Page framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published