bluedolphin

0.2.3 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.31latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.31
0.2.21
0.2.11
0.2.01
0.1.31
0.1.21
0.1.12

Package Sidebar

Install

npm i bluedolphin

Homepage

hehaiyang.me

Weekly Downloads

0

Version

0.2.3

License

MIT

Last publish

Collaborators

  • hehaiyang