Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/jsmin
Go package to minify JavaScript, which is a direct port of Douglas Crockford's JSMin
https://github.com/dchest/jsmin
Last synced: 23 days ago
JSON representation
Go package to minify JavaScript, which is a direct port of Douglas Crockford's JSMin
- Host: GitHub
- URL: https://github.com/dchest/jsmin
- Owner: dchest
- License: other
- Created: 2013-11-02T20:16:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T16:57:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T12:08:18.872Z (about 1 month ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dchest/jsmin
- Size: 7.81 KB
- Stars: 18
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Package jsmin implements JavaScript minifier.
It's a direct port of [Doulas Crockford's JSMin](http://www.crockford.com/javascript/jsmin.html).* Docs: See
* License: Original JSMin license applies, see `jsmin.go`.[![Build Status](https://travis-ci.org/dchest/jsmin.png)](https://travis-ci.org/dchest/jsmin)