Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrmont/jeep
A Janet project management tool
https://github.com/pyrmont/jeep
janet package-manager
Last synced: 8 days ago
JSON representation
A Janet project management tool
- Host: GitHub
- URL: https://github.com/pyrmont/jeep
- Owner: pyrmont
- License: mit
- Created: 2021-11-28T17:00:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T07:34:42.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:08:06.540Z (3 months ago)
- Topics: janet, package-manager
- Language: Janet
- Homepage:
- Size: 95.7 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 serverAdditional 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
`.## 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.[Issues]: https://github.com/pyrmont/jeep/issues
## Licence
Jeep is licensed under the MIT Licence. See [LICENSE][] for more details.
[LICENSE]: https://github.com/pyrmont/jeep/blob/master/LICENSE