I already created a private basic NestJS application with some functions for myself, but I need a cli to import specific modules or functions from this project. With this basic cli, you can import all the modules you need from any of your GitHub repositories.
-
clone the project
-
npm install
-
in package.json, edit the bin property to what name you want for your cli.
-
chmod +x index.js Use this command to make your application executable. (linux only)
-
npm link for using this cli localy
-
enjoy using it 😄
I'm going to update this cli every day.
CLI has some problems at the moment, and I will try my best to fix them. 👋