example-shakti-module
v1.0.4
Published
Example Shakti Module
Downloads
2
Readme
example-shakti-module
An example Shakti module
Install Yarn
yarn init
yarn add shakti-require
yarn add example-shakti-module
Then at the start of your program run:
\l ./node_modules/shakti-require/require.k
.rq.init[]
You then require other modules like this:
.rq.require["example-shakti-module"] / loads the module from ./node_modules
.example.add[1;2]