1.5.0 • Published 4 years ago

objective-cli v1.5.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

👩‍💻 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 -g

Once it's installed, you can start using Objective.

Basic commands

First, the most important command is :

objective compile <file>.html

That will create a Javascript file with the transpiled code.

You can also watch the directory with --watch argument.

objective compile <file>.html --watch