1.0.3 • Published 2 years ago

orange-dev v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Orange-DEV

Developer tools for orange-bot

Installation

npm i -g orange-dev

Make sure you have permissions as this is a global install

Usage

Compiling

$ orange -c module.js password

or

$ orange --compile module.js password

Results in a .orange file, which can be loaded in your orange-bot project.
Make sure to save your password, as it is needed to decompile the module.

Decompiling

$ orange -d module.orange password

or

$ orange --decompile module.orange password

Makes your .orange file a JavaScript file again.
The password used for compilation is needed!

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago