1.0.6 • Published 8 years ago

bitnow-cli v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago