0.0.4 • Published 5 years ago

snail-tools v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Snail-Tools

Snail is collection of some tools to generate some common files,such as package.jsonLICENSE and so on.

Quickstart

Install globally:

yarn add -g snail-tools
# 或者 npm i -g snail-tools

cd <your-repo-location>
# 然后可以直接使用其中的命令
snail init-pkg

Files that can be generated

  • package.json
  • LICENSE

Publish package