pyrmont / jeep

A Janet project management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeep

Jeep is a project management utility for Janet.

It has the following features:

  • development dependencies

Installation

Clone the repository and run jpm install.

Usage

Jeep is invoked using the jeep command-line utility. jeep supports the following subcommands:

  • dev-deps: Install dependencies and development dependencies
  • doc: Generate an API document
  • netrepl: Start a netrepl server

Additional subcommands are passed through to jpm. For example, running jeep build will invoke jpm build.

More information about each subcommand is available by running jeep help <subcommand>.

Bugs

Found a bug? I'd love to know about it. The best way is to report your bug in the Issues section on GitHub.

Licence

Jeep is licensed under the MIT Licence. See LICENSE for more details.

About

A Janet project management tool

License:MIT License


Languages

Language:Janet 100.0%