0.2.3 • Published 7 years ago

bluedolphin v0.2.3

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

bluedolphin

A Node Command Line Tool to auto generate and build a web structure .

Install

// local
cd bluedolphin
npm link

// npm
npm install bluedolphin -g

Usage

project init

dolphin init [project_name] [-G git_url] [-W folder_name]

Then

cd <project name>
npm install
dolphin build

Now you can develop your app...

Options

Usage: dolphin init [project_name] [-G git_url] [-W folder_name]

Version: 0.2.3

dolphin [ build | watch ]

Options:

  -h, --help                   output usage information
  -V, --version                output the version number
  -W, --without <str | array>  generate project without some folder(value can be `plugins`)
  -G, --git <str>              generate project with git repository

Logs

@0.2.3 [2017.1.17] add options --without & --git
@0.2.2 [2017.1.14] add dolphin build command
@0.2.1 [2017.1.14] fix not empty folder bug
@0.2.0 [2017.1.13] download vendor files
@0.1.* [2017.1.13] generate web structure

License

Copyright © 2017 MIT License

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago