jammery-cli

The CLI tool to create and setup Jam sites.

Usage no npm install needed!

<script type="module">
  import jammeryCli from 'https://cdn.skypack.dev/jammery-cli';
</script>

README

jam

Create glamourous-yet-configurable JAM Stack sites with Gridsome.

oclif Version Downloads/week License

Usage

$ npm install -g jammery-cli
$ jam COMMAND
running command...
$ jam (-v|--version|version)
jammery-cli/0.1.2 linux-x64 node-v12.18.2
$ jam --help [COMMAND]
USAGE
  $ jam COMMAND
...

Commands

jam add [NAME]

Add a plugin to the current project.

USAGE
  $ jam add [NAME]

OPTIONS
  -h, --help                           show CLI help
  -p, --packageManager=packageManager  Specify a package manager to use (NPM or Yarn) - defaults to Yarn if installed
  -y, --yes                            Skip install confirmation

See code: src/commands/add.ts

jam commands

list all the commands

USAGE
  $ jam commands

OPTIONS
  -h, --help              show CLI help
  -j, --json              display unfiltered api data in json format
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --hidden                show hidden commands
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

See code: @oclif/plugin-commands

jam create [PROJECTNAME]

Install and setup a new starter.

USAGE
  $ jam create [PROJECTNAME]

OPTIONS
  -h, --help                           show CLI help
  -p, --packageManager=packageManager  Specify a package manager to use (NPM or Yarn) - defaults to Yarn if installed.
  -s, --skip                           Skip initializing the project with Git and installing dependencies.

See code: src/commands/create.ts

jam help [COMMAND]

display help for jam

USAGE
  $ jam help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

jam locale [LOCALE]

Update the CLI language.

USAGE
  $ jam locale [LOCALE]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/locale.ts

jam login

Login to your Jammery account.

USAGE
  $ jam login

OPTIONS
  -h, --help  show CLI help

See code: src/commands/login.ts

jam plugins

List all available plugins.

USAGE
  $ jam plugins

OPTIONS
  -h, --help  show CLI help

See code: src/commands/plugins.ts

jam serve

describe the command here

USAGE
  $ jam serve

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/serve.ts

jam starters

List your purchased Starters.

USAGE
  $ jam starters

OPTIONS
  -h, --help  show CLI help

See code: src/commands/starters.ts