🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@rebilly/spinup-cli

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rebilly/spinup-cli

Rebilly Spinup CLI for generating websites based on Rebilly's templates

latest
npmnpm
Version
1.0.0
Version published
Maintainers
6
Created
Source

@rebilly/spinup-cli

Rebilly's customer CLI wrapper of Gridsome to handle the automatic generation of websites. Based on a particular set of templates and components provided directly by Rebilly.

Commands

The CLI can be accessed globally after being installed as rebilly-spinup.

Create

To create a new project run create:

rebilly-spinup create my-portal billing-portal

The second argument specifies the target directory, while third argument specifies the website template. At this time only the billing-portal exists in its early stage.

Developing and Building

After the project is created you can run additional commands from the target folder.

Run a local hot-reload server with develop:

rebilly-spinup develop

Build for distribution with build:

rebilly-spinup build

Run Gridsome's GraphQL explorer with explore:

rebilly-spinup explore

FAQs

Package last updated on 30 Sep 2019

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