npm.el icon indicating copy to clipboard operation
npm.el copied to clipboard

NPM client for emacs

Results 7 npm.el issues
Sort by recently updated
recently updated
newest added

I often find myself wanting to run npm install without arguments. I don't think I'm able to do that (maybe I am and I'm not sure how? I could have...

This will need to be able to detect if a project is using yarn or npm for dependency management and provide the corresponding transient menus

Since this uses a dedicated \*npm-compilation\* buffer we can't use M-x recompile, but we should be able to rebuild with a command and not have to pull up the comp....

This hook should be optional and generic to be able to mix it with projectile, helm, whatever else there is. should be a y/n prompt

See https://github.com/nlamirault/gotest.el for inspo