Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faxes/easycompile
An easy JavaScript encryption/compiler tool created by @FAXES & @braxtongpoll.
https://github.com/faxes/easycompile
ejs javascript
Last synced: about 2 months ago
JSON representation
An easy JavaScript encryption/compiler tool created by @FAXES & @braxtongpoll.
- Host: GitHub
- URL: https://github.com/faxes/easycompile
- Owner: FAXES
- Created: 2022-03-09T02:48:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T03:34:27.000Z (over 1 year ago)
- Last Synced: 2023-04-30T04:51:24.062Z (over 1 year ago)
- Topics: ejs, javascript
- Language: CSS
- Homepage:
- Size: 74.2 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Compile
*An easy JavaScript encryption/compiler tool created by [@FAXES](https://github.com/FAXES) & [@PlutoTheDev](https://github.com/braxtongpoll).*
At times file security in your live product is a must have to keep your assets secure in production. Over the past few months we have been looking to make this a possibility, this is when we found [Bytenode](https://www.npmjs.com/package/bytenode) on NPM.
EasyCompile uses Bytenode as its form to compile and secure your files through terminal or via website you can host!
### Uses
- Create commercial versions of your application without direct source code
- Create demo/trial versions of your application without direct source code
- Secure your commercial products for distribution## Usage
To use your compiled script you need the [easy compile npm pakcage](https://www.npmjs.com/package/easycompile) and a file with this code format:
```js
require("easycompile").changeExtension(".easycompile")
let run = require("./yourcompiledfile.easycompile")
run();
```
after all that run `node yourfilename.js`---
### Notes
With EasyCompile along with near any Javascript compiler will never provide full security on your applications. However, this is a great gateway to further protect your application.---
### Contributors