@zce/create-nm
v1.0.0-alpha.2
Published
A scaffolding tools for creating node modules.
Downloads
7
Maintainers
Readme
@zce/create-nm
A scaffolding tool for creating node modules.
Usage
Prerequisites: Node.js (>= 14.14 required, >= 16.13 preferred), npm (>= 7.x) or yarn (>= 1.22) and Git.
Use npm:
$ npm init @zce/nm <project>
Use yarn:
$ yarn create @zce/nm <project>
Use npx:
$ npx @zce/create-nm <project>
Globally install:
$ npm install @zce/create-nm -g
# or yarn
$ yarn global add @zce/create-nm
$ create-nm <project>
Related
- zce/caz - A simple yet powerful template-based Scaffolding tools.
- caz-templates/nm - A template for creating node modules.
Contributing
- Fork it on GitHub!
- Clone the fork to your own machine.
- Checkout your feature branch:
git checkout -b my-awesome-feature
- Commit your changes to your own branch:
git commit -am 'Add some feature'
- Push your work back up to your fork:
git push -u origin my-awesome-feature
- Submit a Pull Request so that we can review your changes.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!