0.2.4 • Published 9 years ago
create-sdk-app v0.2.4
create-sdk-app
Introduction
Create SDK APP works on macOS, windows, may be Linux. If something is wrong, please issue let me know. This is a solution for building web develop environment, inspired by create-react-app
Installation
$ npm install create-sdk-app -gQuick Start
The quickest start way to start developing your web utils project as show below:
Installation the package is the basic step:
$ npm install -g create-sdk-appThen change the directory to your project directory:
$ cd project_name
$ create-sdk-app init <project_name> | <options>And then
$ npm start
And then
$ npm startMore Options
ECMAScript 2015
create-sdk-app support ES6 to better develop. Use ES 6 as follow:
create-sdk-app i sdk-name es6In default, create-sdk-app sets the develop environment is ES 5。
TODO
In future, create-sdk-app will support more environment. such as React、Vue or others.
More Info
If you want to get more info, you can run the code as below:
$ create-sdk-app help