lsp-program-cli
v1.0.17
Published
LSP CLI assignment
Downloads
9
Readme
LSP Program CLI
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.
Clone the repository
git clone https://github.com/ccrsxx/lsp-program-cli.git
Change directory to the project
cd lsp-program-cli
Install dependencies
npm i
Run the app
npm run compile