Skip to content

Instantly share code, notes, and snippets.

@ameerthehacker
Last active March 25, 2020 14:50
Show Gist options
  • Save ameerthehacker/d57675c52d3fe5747ae60cc576454aa5 to your computer and use it in GitHub Desktop.
Save ameerthehacker/d57675c52d3fe5747ae60cc576454aa5 to your computer and use it in GitHub Desktop.

CLI Apps

cli-gif

CLI apps or so called command line apps are a fantastic way to learn language features and also to do some cool stuffs.

Learning Resources to build them from scratch

Popular packages

Even though it is totally possible to build any CLI app with your bare hands(which we highly reccomend during initial learning phase) you can use some of the below packages to make your life little more easier

Example projects

Similar approach can be taken for any language

CLI apps in React

If you know react and if you wish to reuse it to build some crazy cool CLI apps checkout the below link

https://github.com/vadimdemedes/ink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment