An open API service indexing awesome lists of open source software.

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

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