@jamsite/jamsite-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@jamsite/jamsite-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Jamsite cli - JAMstack framework cli interface", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,30 @@ | ||
# Jamsite-cli | ||
# jamsite-cli | ||
Jamsite cli - JAMstack framework cli interface | ||
Jamsite cli - JAMstack framework command line interface. | ||
# Install | ||
jamsite-cli is inteded to be installed globally, but can will work locally as well. | ||
`npm i -g @jamsite/jamsite-cli` | ||
## Usage | ||
Execute `jamsite` or `npx jamsite` inside your jamsite root directory (the one with package.json). | ||
## Commands | ||
``` | ||
Usage: jamsite <command> [options] | ||
Commands: | ||
jamsite start Start jamsite server in production mode. | ||
jamsite start-dev Start jamsite in development mode. | ||
jamsite new Generate new site from template. | ||
jamsite data Start node repl with jamsite data context. | ||
jamsite build Generate static files. | ||
jamsite build:<command> Run local build command given by name. | ||
Options: | ||
-h, --help Show help | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5271
31