Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arylo/npm-project-init
Generate a Node.js Project for Arylo Edition / 用于新建一个Node.js项目的脚手架
https://github.com/arylo/npm-project-init
arylo cli cli-app codemod command command-line easy-to-use generate generator init scaffold template tool ts typescript
Last synced: 7 days ago
JSON representation
Generate a Node.js Project for Arylo Edition / 用于新建一个Node.js项目的脚手架
- Host: GitHub
- URL: https://github.com/arylo/npm-project-init
- Owner: Arylo
- License: mit
- Created: 2018-05-24T02:41:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T15:06:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T16:40:31.043Z (8 days ago)
- Topics: arylo, cli, cli-app, codemod, command, command-line, easy-to-use, generate, generator, init, scaffold, template, tool, ts, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/arylo-init
- Size: 118 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```#### Method 1 / 方法1
```shell
npm install arylo-init --global
arylo-init new
```
### Update Project / 更新项目#### Method 0 / 方法0(推荐)
```shell
npx arylo-init update
```#### Method 1 / 方法1
```shell
npm install arylo-init --global
arylo-init update
```[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