/lsp-program-cli

LSP Program CLI

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

LSP Program CLI

Tech Stack

  • Node.js
  • TypeScript
  • Chalk
  • Inquirer
  • Figlet
  • Gradient String
  • Nanospinner

Production

You can run the cli right away by using npx.

npx lsp-program-cli

Development

Here are the steps to run the project locally.

  1. Clone the repository

    git clone https://github.com/ccrsxx/lsp-program-cli.git
  2. Change directory to the project

    cd lsp-program-cli
  3. Install dependencies

    npm i
  4. Run the app

    npm run compile