1.0.6 • Published 6 years ago

bitnow-cli v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago