This is the CLI version that allows you to transpile and execute Objective code.
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.
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