Skip to content

BuildItNow/bitnow-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitnow-cli

A simple CLI for scaffolding BIN projects. This CLI is developed based on vue-cli's source code.

Install

$ npm install -g bitnow-cli

bitnow

Generate project from template

$ bitnow init <project-name> [template-name]

List available template

$ bitnow list

Update to latest verion BIN framework

$ bitnow update

bitnow-view

bitnow-view provides view source code auto generation feature.

Create a view from template

$ bitnow view create <view-path> [template-name]

List available view template

$ bitnow view list

Project command

Start project for development

$ npm start

Build project for production

$ npm run build

Build project and then start

$ npm run build-start

About

A simple CLI for scaffolding BIN projects. This CLI is developed based on vue-cli's source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published