Releases: polecoder/tcsg
Releases · polecoder/tcsg
v1.1.0
[1.1.0] - 2024/04/14
Added
-
The initProject command to initialize a project with some quality of life dependancies to get you started when creating a new Tailwind CSS project. The dependancies include:
- tailwindcss
- prettier: to format your project in a conventional way.
- prettier-plugin-tailwindcss: to keep a conventional order for your TailwindCSS classes.
- clean-css-cli: to minify your CSS code to improve performance.
- terser: to minify/uglify your JS code to improve performance.
These dependancies come ready to use, if you configured Input & Output files before, because the function automatically creates scripts to streamline the process of building your project.
-
The testing suite, if you want to contribute to this project, the tests make sure that the important features of TCSG work correctly.