Janet 1.28.0-358f5a0 Documentation
(Other Versions: 1.27.0 1.26.0 1.25.1 1.24.0 1.23.0 1.22.0 1.21.0 1.20.0 1.19.0 1.18.1 1.17.1 1.16.1 1.15.0 1.13.1 1.12.2 1.11.1 1.10.1 1.9.1 1.8.1 1.7.0 1.6.0 1.5.1 1.5.0 1.4.0 1.3.1 )

Commands

Index

commands/build commands/clean commands/configure commands/deps commands/enable-local-mode commands/help commands/install commands/jpm-debug-repl commands/list-installed commands/list-pkgs commands/list-rules commands/list-tasks commands/new-c-project commands/new-exe-project commands/new-project commands/quickbin commands/set-tree commands/show-paths commands/show-rule-tree commands/test commands/update-pkgs


commands/build function source
(build)

Community Examples

commands/clean function source
(clean)

Community Examples

commands/configure function source
(configure &opt path)

Setup an out-of-tree build with certain configuration options.
Community Examples

commands/deps function source
(deps)

Community Examples

commands/enable-local-mode function source
(enable-local-mode)

Modify the config to enable local development. Creates a local tree if one does not exist in ./jpm_tree/
Community Examples

commands/help function source
(help)

Community Examples

commands/install function source
(install & repo)

Community Examples

commands/jpm-debug-repl function source
(jpm-debug-repl)

Community Examples

commands/list-installed function source
(list-installed)

Community Examples

commands/list-pkgs function source
(list-pkgs &opt search)

Community Examples

commands/list-rules function source
(list-rules &opt ctx)

Community Examples

commands/list-tasks function source
(list-tasks &opt ctx)

Community Examples

commands/new-c-project function source
(new-c-project name)

Create a new C project
Community Examples

commands/new-exe-project function source
(new-exe-project name)

Create a new executable project
Community Examples

commands/new-project function source
(new-project name)

Create a new project
Community Examples

commands/quickbin function source
(quickbin input output)

Community Examples

commands/set-tree function source
(set-tree tree)

Set the module tree for installing dependencies. This just sets the modpath binpath and manpath. Also creates the tree if it doesn't exist. However, still uses the system libraries and headers for janet.
Community Examples

commands/show-paths function source
(show-paths)

Community Examples

commands/show-rule-tree function source
(show-rule-tree &opt root depth)

Community Examples

commands/test function source
(test)

Community Examples

commands/update-pkgs function source
(update-pkgs)

Community Examples