Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetutlage/japa-cli
The cli tool for Japa test runner
https://github.com/thetutlage/japa-cli
japa test-runner
Last synced: about 1 month ago
JSON representation
The cli tool for Japa test runner
- Host: GitHub
- URL: https://github.com/thetutlage/japa-cli
- Owner: thetutlage
- Created: 2017-03-31T18:21:51.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-02T10:29:07.000Z (over 7 years ago)
- Last Synced: 2024-11-01T10:35:58.959Z (about 2 months ago)
- Topics: japa, test-runner
- Language: JavaScript
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Japa CLI
The CLI runner for [Japa](https://github.com/thetutlage/japa).
## Usage
```bash
npm i -g japa-cli# Help
japa --help# Run tests
japa
```