Skip to content

Releases: polecoder/tcsg

v1.1.0

14 Apr 23:00

Choose a tag to compare

[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.

v1.0.0

23 Mar 17:37

Choose a tag to compare

1.0.0

  • Initial release