create-ts-npm-module simplifies creating a new npm module with a ready-to-use template. 🎉
To install create-ts-npm-module
, run the following command:
npm install -g create-ts-npm-module
-
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. 🎉