arylo-init
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "arylo-init", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Initial Node.js Project for Arylo Edition", | ||
@@ -14,3 +14,4 @@ "main": "./dist/index.js", | ||
"clean": "rimraf dist", | ||
"build": "tsc --locale zh-cn --pretty" | ||
"tsc": "tsc --locale zh-cn --pretty", | ||
"build": "npm run tsc -- -P tsconfig.json" | ||
}, | ||
@@ -17,0 +18,0 @@ "repository": { |
# arylo-init | ||
Initial Node.js Project for Arylo Edition | ||
Generate a Node.js Project for Arylo Edition | ||
@@ -17,3 +17,3 @@ [![node][NPM_URL]][NPM_HREF] | ||
```shell | ||
npx arylo-init <new_project> | ||
npx arylo-init <new_project_path> | ||
``` | ||
@@ -25,12 +25,12 @@ | ||
npm install arylo-init --global | ||
arylo-init <new_project> | ||
arylo-init <new_project_path> | ||
``` | ||
[NPM_URL]: https://img.shields.io/node/v/arylo-init.svg?style=flat-square&maxAge=5 | ||
[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=5 | ||
[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=5 | ||
[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=5 | ||
[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 | ||
@@ -37,0 +37,0 @@ [AUTHOR_URL]: https://img.shields.io/badge/Author-AryloYeung-blue.svg?style=flat-square&maxAge=7200 |
@@ -13,11 +13,11 @@ # <project_name> | ||
[NPM_URL]: https://img.shields.io/node/v/<project_name>.svg?style=flat-square&maxAge=5 | ||
[NPM_URL]: https://img.shields.io/node/v/<project_name>.svg?style=flat-square&maxAge=600 | ||
[NPM_HREF]: https://www.npmjs.com/package/<project_name> | ||
[TRAVIS_URL]: https://img.shields.io/travis/Arylo/<project_name>.svg?style=flat-square&logo=travis&maxAge=5 | ||
[TRAVIS_URL]: https://img.shields.io/travis/Arylo/<project_name>.svg?style=flat-square&logo=travis&maxAge=600 | ||
[TRAVIS_HREF]: https://travis-ci.org/Arylo/<project_name> | ||
[COVERALLS_URL]: https://img.shields.io/coveralls/github/Arylo/<project_name>.svg?style=flat-square&maxAge=5 | ||
[COVERALLS_URL]: https://img.shields.io/coveralls/github/Arylo/<project_name>.svg?style=flat-square&maxAge=600 | ||
[COVERALLS_HREF]: https://coveralls.io/github/Arylo/<project_name> | ||
[SNYK_URL]: https://snyk.io/test/github/Arylo/<project_name>/badge.svg?style=flat-square&maxAge=5 | ||
[SNYK_URL]: https://snyk.io/test/github/Arylo/<project_name>/badge.svg?style=flat-square&maxAge=600 | ||
[SNYK_HREF]: https://snyk.io/test/github/Arylo/<project_name> | ||
[DAVID_URL]: https://img.shields.io/david/Arylo/<project_name>.svg?style=flat-square&maxAge=5 | ||
[DAVID_URL]: https://img.shields.io/david/Arylo/<project_name>.svg?style=flat-square&maxAge=600 | ||
[DAVID_HREF]: https://github.com/Arylo/<project_name> | ||
@@ -24,0 +24,0 @@ [AUTHOR_URL]: https://img.shields.io/badge/Author-AryloYeung-blue.svg?style=flat-square&maxAge=7200 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11889
12
181