https://github.com/sam0x17/js-minifier
A javascript minifier for crystal, using embedded uglifier-js and duktape.cr
https://github.com/sam0x17/js-minifier
Last synced: 9 months ago
JSON representation
A javascript minifier for crystal, using embedded uglifier-js and duktape.cr
- Host: GitHub
- URL: https://github.com/sam0x17/js-minifier
- Owner: sam0x17
- License: mit
- Created: 2019-09-26T04:11:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T17:20:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T08:14:52.694Z (11 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-minifier
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
js-minifier:
github: your-github-user/js-minifier
```
2. Run `shards install`
## Usage
```crystal
require "js-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