micro-ts-cli
A command-line interface for quickly bootstrapping TypeScript projects with microbundle
Generate a new repository
🎉
Features 🚀 Quickly create a new TypeScript project with microbundle🎨 Easy project customization with interactive prompts📥 Automatically clone and setup the micro-ts template repository
📖
Usage To use micro-ts-cli
, simply run the following command:
npx micro-ts-cli
This will launch the interactive prompts to create a new TypeScript project with microbundle.
🤔
How micro-ts works micro-ts is a template repository on GitHub designed to quickly bootstrap TypeScript projects with microbundle.
micro-ts-cli
clone the micro-ts repository and sets up the new project by customizing the values in the package.json file.
For more information on micro-ts and its features, please visit the repository at: https://github.com/adevinwild/micro-ts
📝
License
Generate a new repository