Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melvinchia3636/cretail
Add Typescript, TailwindCSS and ESLint into your newly created project
https://github.com/melvinchia3636/cretail
build-tool eslint nextjs nodejs npm npm-package react svelte tailwindcss typescript vanilla-javascript
Last synced: 7 days ago
JSON representation
Add Typescript, TailwindCSS and ESLint into your newly created project
- Host: GitHub
- URL: https://github.com/melvinchia3636/cretail
- Owner: melvinchia3636
- License: mit
- Created: 2022-07-15T20:45:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T21:44:03.000Z (over 2 years ago)
- Last Synced: 2024-12-13T23:46:38.760Z (27 days ago)
- Topics: build-tool, eslint, nextjs, nodejs, npm, npm-package, react, svelte, tailwindcss, typescript, vanilla-javascript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cretail
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📦 CreTail
Add Typescript, TailwindCSS and ESLint into your newly created project
## Why? 🤔
This build tool is for those who are tired of installing and setting up TailwindCSS, ESLint, and Typescript whenever you create a new project. Build tools like vite are undoubtedly great, but unfortunately, the templates it provides don't include them.
## ⌨️ How to use
1. Install the Cretail using the command: `npm i cretail -g`
2. In your newly created project folder, type `cretail` in your terminal
3. Pick the framework of your choice
4. Install the dependencies
5. Start the development server by typing `npm run dev`
6. Enjoy coding!## 📦 Supported frameworks
1. React JS
2. Next JS
3. Svelte
4. Vanilla JS
5. More coming soon...## 📄 Credit
Most of our templates are inherited from existed build tools:
1. vite
2. create-next-appHuge thanks to them 💖.
## 📄 License
Copyright © 2022 Melvin Chia
Licensed under MIT.