@craftnotion/init-project
v1.0.4
Published
A CLI tool to initialize a new project with AdonisJS, NextJS, NestJS, React Native, Strapi, TypeScript, Husky, Git-CZ and more.
Downloads
176
Maintainers
Readme
@craftnotion/init-project
@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.
Overview
Features
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
Initialize a Project
Run the following command to initiate a project setup:
npx @craftnotion/init-project
Crafted with ❤️ by Craftnotion