1.0.0 ⢠Published 8 months ago
readytemp v1.0.0
ReadyTemp CLI š
A powerful CLI tool to quickly create production-ready React.js projects with custom templates.
Features āØ
- šÆ Multiple project templates:
- Empty Project (Basic Setup)
- Todo Application
- Admin Dashboard
- E-commerce Store
- š§ Customization options:
- JavaScript/TypeScript
- Popular UI frameworks (Tailwind CSS, Material UI, Chakra UI)
- Package manager selection (npm, yarn, pnpm)
- š¦ Production-ready setup
- šØ Modern and responsive designs
- ā” Quick and easy to use
Installation šæ
npm install -g readytemp
Usage š ļø
# Create a new project
readytemp create my-app
# Follow the interactive prompts to select:
# - Project template
# - Language (JavaScript/TypeScript)
# - UI framework
# - Package manager
Templates š
Empty Project
A basic React setup with routing and modern folder structure.
Todo Application
A fully functional todo app with:
- Add/Edit/Delete todos
- Mark as complete
- Local storage persistence
- Clean UI with Tailwind CSS
Admin Dashboard
A professional dashboard with:
- Multiple pages and layouts
- Charts and statistics
- Recent activities
- Mock data integration
- Responsive sidebar
E-commerce Store
A complete e-commerce solution with:
- Product listing
- Shopping cart
- Checkout process
- User authentication
- Payment integration setup
Project Structure š
my-app/
āāā public/
ā āāā index.html
ā āāā manifest.json
āāā src/
ā āāā components/
ā āāā pages/
ā āāā hooks/
ā āāā context/
ā āāā styles/
ā āāā App.js
ā āāā index.js
āāā package.json
Contributing š¤
Contributions are always welcome! Please read our contributing guidelines first.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
Development šØāš»
# Clone the repository
git clone https://github.com/yourusername/readytemp.git
# Install dependencies
npm install
# Link the package locally
npm link
# Now you can use the CLI locally
readytemp create my-app
License š
This project is licensed under the MIT License - see the LICENSE file for details.
Support šŖ
If you like this project, please give it a āļø on GitHub! # readytemp
1.0.0
8 months ago