0.1.7 • Published 1 year ago

create-autorepo v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

If I should maintain this repo, please ⭐️

DM me on Twitter if you have questions or suggestions.


Usage

If you have installed create-autorepo before, it is recommended to uninstall it first to ensure that you are using the latest version.

yarn global remove create-autorepo
yarn create autorepo
npm uninstall -g create-autorepo
npm create autorepo
pnpm remove -g create-autorepo
pnpm create autorepo
  • @autosoft/autorepo-api: API for Autorepo.
  • enquirer: Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
  • autorepo: Autorepo abstracts away your dev dependencies, providing a single command to run all of your scripts.

MIT