Jacob Introduction
Features
- Powered by JS.
- Simple and easy to learn and use.
- Community extensions (soon).
Installtion
NodeJS and NPM are required.
Install the stable version through NPM:
npm install -g jacob.jsOr install it through the development github branch (not stable):
npm install -g "https://github.com/itsrn/jacob.js.git#development"Setup
main.jacob
#log[Hello World!]Then run the following command:
jacob main.jacobOutput:
Hello World!