npm-package-factory
v2.0.0
Published
Easily generate boilerplate for an npm package
Downloads
16
Maintainers
Readme
npm-package-factory
Easily generate boilerplate for a new npm package:
- Generates configuration files
- Adds infrastructure like git, workflows and typescript
- Installs packages to simplify development, testing, deployment and more
- Provides clear scripts and instructions for tasks
🚀 Usage
cd /desired/location/for/package # Optional, can configure through terminal but this is quicker
npx make-npm-package
# All instructions will be provided in your terminal!