npm-auto-package-template

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i npm-auto-package-template

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

6.86 kB

Total Files

12

Last publish

Collaborators

  • leelaing