All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated README with project structure and setup
- Updated README about the project structure and setup
- Bumped Sinatra to
~> 4.1.1
- Bumped JSON to
~> 2.9
- Bumped Thor to
~> 1.3.2
- Bumped TTY::Prompt to
~> 0.23.1
- Updated README with logo
- CLI commands for managing TailwindCSS installation and configuration:
tailwind install
- Installs TailwindCSS and its dependenciestailwind build
- Builds CSS filestailwind watch
- Watches for CSS changestailwind setup
- Sets up development environment
- Automatic TailwindCSS configuration with
tailwind.config.js
- Development environment setup with Procfile.dev
- Automated NPM dependency management
- Basic CSS structure with TailwindCSS directives
- Development script (
bin/dev
) for easy project startup
- Added Thor for CLI interface
- Added TTY::Prompt for interactive command line
- Added support for NPM package management
- Initial release of sinatra-tailwind gem