Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arylo-init

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arylo-init - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

resources/lib/index.ts

5

package.json
{
"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": {

14

README.md
# 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc