Ignite-TypeScript (IgniTS)
IgniTS is a CLI tool that simplifies initializing TypeScript libraries using the npm-lib-template. It automates the setup process, allowing you to quickly create projects with essential configurations.
Features
- Quick project initialization.
- Automated configuration of the npm-lib-template.
- User-friendly prompts for basic library information.
Installation and Usage
Run IgniTS directly with npx
:
npx ignits init
Answer a few prompts to configure your library, and IgniTS will set up the npm-lib-template accordingly.
Contributing Contributions to enhance IgniTS's functionality are welcome. Adhere to coding standards and include tests for new features.
License Released under MIT License. See LICENSE for details.
Get started with your TypeScript library project effortlessly!
GitHub Repository