k-setup
v1.0.3
Published
A CLI to create new React & React Navite Template with tailwind css
Readme
k-setup
A lightweight CLI tool to quickly scaffold React.js or React Native projects with custom configurations and templates.
✨ Features
- ⚡ Interactive CLI for quick setup
- 🧱 Scaffolds React or React Native projects
- 🎨 includes TailwindCSS
- 🛠 Built for speed and simplicity
📦 Installation
Install globally:
npm install -g k-setupOr use with npx:
npx k-setup🚀 Usage
After installation, just run:
k-setupYou'll see an interactive prompt like this:
Welcome to K-Setup : The Project Template Creator!
? Which template would you like to use?
❯ React Native
React.jsExample
npx k-setup📁 Example Output
my-app/
├── src/
│ ├── App.jsx
│ └── index.js
├── public/
├── tailwind.config.js
├── postcss.config.js
├── package.json
└── ...🔧 Customization
You can fork the repo and update the internal templates as per your team or personal preference.
🤝 Contributing
Contributions are welcome! Here’s how:
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Create a new Pull Request
🧪 Development
git clone https://github.com/your-username/k-setup.git
cd k-setup
npm install
npm linkNow you can test locally by running:
k-setup📃 License
MIT © Kiran Bendkoli
