create-ts-npm-module
v1.0.5
Published
A CLI tool to quickly scaffold TypeScript-based npm modules with a customizable template.
Downloads
9
Maintainers
Readme
📦 Create Your npm Module
create-ts-npm-module simplifies creating a new npm module with a ready-to-use template. 🎉
📥 Installation
To install create-ts-npm-module
, run the following command:
npm install -g create-ts-npm-module
🚀 Usage
Create a new module:
npx create-ts-npm-module
Follow the prompts to provide details about your module.
Done! Your new module is ready to use. 🎉