objective-cli
v1.5.0
Published
π©βπ» Objective HTML CLI.
Downloads
10
Readme
π©βπ» Objective HTML CLI
This is the CLI version that allows you to transpile and execute Objective code.
How to install
To install Objective CLI, you have to execute that command in a terminal:
npm i objective-cli -gOnce it's installed, you can start using Objective.
Basic commands
First, the most important command is :
objective compile <file>.htmlThat will create a Javascript file with the transpiled code.
You can also watch the directory with --watch argument.
objective compile <file>.html --watch