Skip to content
/ CLI.sh Public template

A homemade Command Line Interface Template Project.

License

Notifications You must be signed in to change notification settings

xqwtxon/CLI.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Interface

You can read tutorial about the basics of shell scripting.

Video Tutorial

Watch my tutorial, how to export your cli.

Click to Watch Video

Basics

Here are basics to how to make your own cli.

  • Download this project or git clone https://github.com/xqwtxon/cli
  • Modify cli file and make it executable using chmod +x cli
  • Export your cli file using bash export cli
  • You can now type cli without using bash! Type only cli to your shell!
  • You can type commands: cli --version for example.

Installation

  • curl -sL https://raw.githubusercontent.com/xqwtxon/CLI/main/cli.sh -o cli && curl -sL https://raw.githubusercontent.com/xqwtxon/CLI/main/export.sh -o export && chmod +x cli && chmod +x export 
    

About

A homemade Command Line Interface Template Project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages