2.1.0 • Published 5 months ago
npm-package-factory v2.1.0
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 npm-package-factory
# All instructions will be provided in your terminal!