Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgewpark/simple-js-compiler
A simple JavaScript compiler using npm scripts.
https://github.com/georgewpark/simple-js-compiler
babel compiler javascript minification npm-scripts obfuscation uglify-js
Last synced: about 2 months ago
JSON representation
A simple JavaScript compiler using npm scripts.
- Host: GitHub
- URL: https://github.com/georgewpark/simple-js-compiler
- Owner: georgewpark
- License: mit
- Created: 2019-02-12T16:46:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:39:05.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:20:06.961Z (9 months ago)
- Topics: babel, compiler, javascript, minification, npm-scripts, obfuscation, uglify-js
- Size: 185 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Simple JS Compiler
A simple JavaScript compiler using npm scripts.## Installation
First run `npm install` to install dependencies.Then run `npm start` to start compiler and watch files.
## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.