create-jtc-starter-kit
v1.0.2
Published
Create a new JTC Starter Kit project
Maintainers
Readme
JTC React Starter Kit
Create a new JTC Starter Kit project with a single command.
Usage
npx create-react-jtc-starter-kit my-appOr with npm:
npm create react-jtc-starter-kit my-appOr with yarn:
yarn create react-jtc-starter-kit my-appWhat's Included
This CLI tool creates a new project with:
- React 18 with TypeScript
- Vite for fast development
- Tailwind CSS for styling
- ESLint and Prettier configured
- TypeScript strict mode
- Component structure setup
Interactive Mode
If you don't provide a project name, the CLI will prompt you:
npx create-react-jtc-starter-kitDevelopment
To work on this CLI locally:
- Clone the repository
- Install dependencies:
npm install - Link the package:
npm link - Test the CLI:
create-react-jtc-starter-kit test-app
Publishing
To publish a new version:
- Update version in package.json
- Run
npm publish
License
MIT
