Socket
Socket
Sign inDemoInstall

buttercms-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buttercms-cli

Generate the boilerplate code for a blog and pages using ButterCMS for multiple languages and frameworks


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Quickly launch new projects integrated with ButterCMS

oclif Version Downloads/week License

Supported Languages + Frameworks

  • Express.js
  • More coming soon... (want to see yours? Open a Github Issue to let us know)

Usage

$ npm install -g buttercms-cli
$ buttercms COMMAND
running command...
$ buttercms (-v|--version|version)
buttercms-cli/0.0.4 darwin-x64 node-v9.8.0
$ buttercms --help [COMMAND]
USAGE
  $ buttercms COMMAND
...

Commands

buttercms generate:blog

USAGE
  $ buttercms generate:blog

OPTIONS
  --auth_token=auth_token  (required) Your AUTH token used to communicate with ButterCMS API
  --for=express            Target destination for the generator command

See code: src/commands/generate/blog.js

buttercms generate:page

USAGE
  $ buttercms generate:page

OPTIONS
  --auth_token=auth_token  (required) Your AUTH token used to communicate with ButterCMS API
  --for=express            Target destination for the generator command
  --page=page              (required) Indicates the slug assigned to the new page

See code: src/commands/generate/page.js

buttercms generate:pages

USAGE
  $ buttercms generate:pages

OPTIONS
  --auth_token=auth_token  (required) Your AUTH token used to communicate with ButterCMS API
  --for=express            Target destination for the generator command
  --page_type=page_type    The page type your blog will be listing

See code: src/commands/generate/pages.js

buttercms help [COMMAND]

display help for buttercms

USAGE
  $ buttercms help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

FAQs

Package last updated on 21 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc