create-kerp-module
v1.0.1
Published
Create a new KERP module with a modern React + TypeScript setup
Maintainers
Readme
Create KERP Module
A CLI tool to create new KERP modules with a modern React + TypeScript setup.
Features
- ⚡️ Vite - Next Generation Frontend Tooling
- 🔥 React - A JavaScript library for building user interfaces
- 💎 TypeScript - JavaScript with syntax for types
- 🎨 Tailwind CSS - A utility-first CSS framework
- 📦 ESLint - Pluggable JavaScript linter
- 🎯 K-Million Core UI - Core UI components for KERP modules
Usage
To create a new KERP module, run:
npx create-kerp-module my-moduleOr if you want to specify the name later:
npx create-kerp-moduleThe CLI will prompt you for:
- Module name (if not provided)
- Description
- Author
Development
To work on this template locally:
- Clone this repository
- Install dependencies:
npm install - Link the package locally:
npm link - Now you can use the template locally:
create-kerp-module my-module
License
MIT
