@craftnotion/init-project
is a command-line tool that simplifies the process of initializing different types of projects with various options. It provides an interactive interface to guide users through the project setup.
-
Project Types:
- Next.js
- AdonisJS
- Strapi
- React Native
- ExpressJs
- Angular
- NestJs
- VueJS
-
Options:
- TypeScript support for applicable projects.
- Husky integration with commit message template.
- Git-cz installation (if not already installed).
-
Package Managers:
- Support for npm and yarn.
-
Interactive Setup:
- Trigger the tool using
npx
. - Choose the project type, options, and package manager through an interactive prompt.
- Trigger the tool using
Run the following command to initiate a project setup:
npx @craftnotion/init-project
Crafted with ❤️ by Craftnotion