1.0.4 • Published 4 years ago

example-shakti-module v1.0.4

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

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]
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago