0.0.5 • Published 5 years ago

krug v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

krug

This is a krug frontend that is implemented in JavaScript. This is purely experimental, but the main point of this is that the krug frontend is easily accessible using the very widespread yarn/(npm?) package managers.

$ yarn global add krug
$ krug hello_world.krug

You will still need a krug server instance running somewhere.

installing

You will need:

dependencies

  • yarn/npm
  • node

installation

$ git clone http://github.com/hugobrains/krug
$ cd krug
$ yarn

building

For now, the krug-js frontend works as follows:

$ node index.js tests/some_file.krug
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago