@banjade/gli
v1.2.1
Published
CLI for boilerplates
Downloads
4
Readme
gli
A minimalist CLI tool to generate boilerplates/projects of various languages and frameworks
Table of contents
Description
A cli tool for generating boilerplate for multiple languages/framworks.
Whether you need to find source of docs or the website for the language/framework. Thevisit
command got your back.
See list of frameworks/languages we support by running thelist
command.
Dependencies
Gli requires node (and npm obviously) to run.
Installation
- Open terminal and run
npm i @banjade/gli
- Run
gli
to get started.
Commands
gli -h
orgli --help
commands present the help menu for gli.gli list
commnad prints the table of frameworks supported by gli alongwith their requirements and the official websites of the framworks. (Can obviously change in future as we add support for more languages and frameworks)gli visit
command is used to visit the docs or the official website of the frameworks provided.
To visit docs of the language flag-d
is used.gli visit [framework name]
gli visit -d [framwork name]
gli make
command is used to generate the boilerplate of the desired framwork. Further subcommands are used to specify the actual requirement.gli make <framework name> [options]
https://user-images.githubusercontent.com/40836009/178244921-f80abb2c-5979-418d-9303-3ea3af34c390.mp4