Skip to content

6x6-dev/command-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Command Line

create a command line application.

Requirements

  • offer the user a command they can use in their terminal.
  • user interaction (parsing arguments is interaction).

that is all.

Notes

If you choose to create this in Node js, some useful frameworks are inquirer and commander. Rust appears to have some interesting tools available. Cobra looks like a cool option if you want to use Golang. Python also has some cool options with click and docopt

Examples

  • cowsay - A configurable talking cow (and other animals).
  • quote-cli - Get a random quote or the quote of the day in your CLI.
  • fortune - Shows a random fortune.
  • ponysay - Pony rewrite of cowsay.
  • yosay - Like cowsay, but for yeoman.
  • lolcat - Outputs text in rainbow colors.

About

Create a command line application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published