DEV Community

Discussion on: How to create a basic npx command-line library

Collapse
 
9zemian5 profile image
Oleksandr Demian

Hi Alexander,
Sorry for the late response, you have to install this repository in order to execute it. Try to run npm i -g from the root folder of your project. It will install your tool locally, and then you will be able to execute it from CLI using npx <your-tool-name>.

Let me know if it helped you 😀

Collapse
 
ashirbadgudu profile image
Ashirbad Panigrahi

You should update it