jarn 0.1.0

A package manager for jaseci applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[scripts]
build = "jac build main.jac"
post_build = "echo done"

[actions]
local = ["_actions/e5/e5_actions.py", "_actions/e5/e5_actions.py"]
remote = []
modules = []

[dependencies]
nlu_engine = 0.1

# setup script will run in order: install dependencies, load actions, run build and post build script