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.js
Or 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.jacob
Output:
Hello World!