Skip to content

quicktick/example-shakti-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published