lsp-program-cli
v1.0.17
Published
LSP CLI assignment
Readme
LSP Program CLI
Production
You can run the cli right away by using npx.
npx lsp-program-cliDevelopment
Here are the steps to run the project locally.
Clone the repository
git clone https://github.com/ccrsxx/lsp-program-cli.gitChange directory to the project
cd lsp-program-cliInstall dependencies
npm iRun the app
npm run compile
