https://github.com/sam0x17/css-minifier
Embeds the venerable clean-css from npm within a crystal shard via Duktape
https://github.com/sam0x17/css-minifier
Last synced: 2 months ago
JSON representation
Embeds the venerable clean-css from npm within a crystal shard via Duktape
- Host: GitHub
- URL: https://github.com/sam0x17/css-minifier
- Owner: sam0x17
- License: mit
- Created: 2019-10-01T13:45:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T17:19:23.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T08:14:56.954Z (11 months ago)
- Language: Crystal
- Size: 76.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css-minifier
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
css-minifier:
github: your-github-user/css-minifier
```
2. Run `shards install`
## Usage
```crystal
require "css-minifier"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Sam Johnson](https://github.com/your-github-user) - creator and maintainer