Templor is a robust and flexible tool designed to simplify the setup and deployment of web projects. It provides a wide range of optional configurations, including TypeScript/JavaScript, SCSS/CSS, and TailwindCSS, allowing you to tailor your project to your specific needs. With Templor, you can get your project up and running quickly and deploy it with a single terminal command.
- Easy Project Setup: Quickly initialize your project with a variety of optional configurations.
- Configuration Options:
- Choose between TypeScript or JavaScript.
- Select your preferred styling method: SCSS or CSS.
- Optionally include TailwindCSS for utility-first CSS.
- Single Command Deployment: Deploy your project easily with a single terminal command.
- Extensible and Customizable: Tailor Templor to fit your specific project requirements.
Follow these steps to set up and deploy your project using Templor.
Ensure you have the following installed on your system:
- Node.js (>= 14.x)
- npm (>= 6.x) or yarn (>= 1.x)
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code adheres to the project's coding standards and includes appropriate tests.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.