0.0.1 • Published 1 year ago

npm-auto-package-template v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

npm-auto-package-template

A command line interface (CLI) tool for quickly creating the structure of npm packages.

Directory Structure

npm-auto-package-template/
┣ src/
┣ templates/
┃ ┣ .eslintrc.ejs
┃ ┣ .gitignore.ejs
┃ ┣ .npmignore.ejs
┃ ┣ LICENSE.ejs
┃ ┣ package.json.ejs
┃ ┗ README.md.ejs
┣ test/
┣ .eslintrc
┣ .gitignore
┣ .npmignore
┣ cli.js
┣ LICENSE
┣ package-lock.json
┣ package.json
┗ README.md

Usage

  1. Install the npm-auto-package-template CLI globally:
npm install -g npm-auto-package-template
  1. Run the CLI in your desired destination directory:
npm-auto-package-template --destination ./your-destination

Contributing

Please feel free to submit issues and pull requests for any bugs, improvements, or feature requests.

License

This project is licensed under the ISC License. See the LICENSE file for more information.

0.0.1

1 year ago