1.2.1 • Published 10 months ago

@banjade/gli v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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. The visit command got your back.

See list of frameworks/languages we support by running the list 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 or gli --help commands present the help menu for gli.

    image

  • 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)

    image

  • 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]

        > ![image](https://user-images.githubusercontent.com/40836009/178242841-1e5ea08a-efb8-420e-b578-8f9130b39790.png)
    
    - ```gli visit -d [framwork name]```
        >   ![image](https://user-images.githubusercontent.com/40836009/178242891-06997cd0-94dc-42a0-9dfc-cb7ca2854c40.png)
  • gli make command is used to generate the boilerplate of the desired framwork. Further subcommands are used to specify the actual requirement.

    image

1.1.1

10 months ago

1.2.0

10 months ago

1.2.1

10 months ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.0.1

2 years ago