https://github.com/jakazzy/pizza
Test Nodejs CLI using Tape . The CLI was adopted from the example in commander(https://github.com/tj/commander.js/blob/master/examples/pizza) but built with yargs
https://github.com/jakazzy/pizza
cli node nodecli tape yargs
Last synced: about 2 months ago
JSON representation
Test Nodejs CLI using Tape . The CLI was adopted from the example in commander(https://github.com/tj/commander.js/blob/master/examples/pizza) but built with yargs
- Host: GitHub
- URL: https://github.com/jakazzy/pizza
- Owner: jakazzy
- License: mit
- Created: 2021-03-21T11:30:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T16:49:48.000Z (about 4 years ago)
- Last Synced: 2025-02-05T04:43:50.727Z (4 months ago)
- Topics: cli, node, nodecli, tape, yargs
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Nodejs CLI using Tape.
A cli for ordering pizza, adopted from the example in commander(https://github.com/tj/commander.js/blob/master/examples/pizza) but built with yargs
This project has also been updated with Github actions to test project whenever a pull request is created