arylo-init
Version:
Initial Node.js Project for Arylo Edition
58 lines (44 loc) • 2 kB
Markdown
# arylo-init
Generate a Node.js Project for Arylo Edition / 用于新建一个Node.js项目的脚手架
[![node][NPM_URL]][NPM_HREF]
[![Travis][TRAVIS_URL]][TRAVIS_HREF]
[![Known Vulnerabilities][SNYK_URL]][SNYK_HREF]
[![David][DAVID_URL]][DAVID_HREF]
[![Author][AUTHOR_URL]][AUTHOR_HREF]
[![MIT-License][LICENSE_URL]][LICENSE_HREF]
[![996ICU-License][LICENSE_996_URL]][LICENSE_996_HREF]
## Usages / 使用方法
### New Project / 新建项目
#### Method 0 / 方法0(推荐)
```shell
npx arylo-init new <new_project_path>
```
#### Method 1 / 方法1
```shell
npm install arylo-init --global
arylo-init new <new_project_path>
```
### Update Project / 更新项目
#### Method 0 / 方法0(推荐)
```shell
npx arylo-init update <update_project_path>
```
#### Method 1 / 方法1
```shell
npm install arylo-init --global
arylo-init update <update_project_path>
```
[NPM_URL]: https://img.shields.io/node/v/arylo-init.svg?style=flat-square&maxAge=600
[NPM_HREF]: https://www.npmjs.com/package/arylo-init
[TRAVIS_URL]: https://img.shields.io/travis/Arylo/npm-project-init.svg?style=flat-square&logo=travis&maxAge=600
[TRAVIS_HREF]: https://travis-ci.org/Arylo/npm-project-init
[SNYK_URL]: https://snyk.io/test/github/Arylo/npm-project-init/badge.svg?style=flat-square&maxAge=600
[SNYK_HREF]: https://snyk.io/test/github/Arylo/npm-project-init
[DAVID_URL]: https://img.shields.io/david/Arylo/npm-project-init.svg?style=flat-square&maxAge=600
[DAVID_HREF]: https://github.com/Arylo/npm-project-init
[AUTHOR_URL]: https://img.shields.io/badge/Author-AryloYeung-blue.svg?style=flat-square&maxAge=7200
[AUTHOR_HREF]: https://github.com/arylo
[LICENSE_URL]: https://img.shields.io/github/license/Arylo/npm-project-init.svg?style=flat-square&maxAge=7200
[LICENSE_HREF]: https://opensource.org/licenses/MIT
[LICENSE_996_URL]: https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg?style=flat-square&maxAge=7200
[LICENSE_996_HREF]: https://github.com/996icu/996.ICU