Skip to content

djcard/commandbox-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NPM

CommandBox-NPM is a CommandBox tool meant facilitate select commands which are normally run from the npm cli but are made available here in order to have less windows open. For the most part the commands mirror what is located at https://docs.npmjs.com/cli/v11/commands with a few exceptions listed below. Not all commands are implemented.

Commands

npm availableLinked

This lists the projects which are in the global modules folder which can be linked to.

npm dev

A shortcut to run the script 'npm run dev'

npm linkTo

Creates a symlink from the current project to the global module folder. Needs to already have had the 'remote' modules run 'npm link' in that directory. This will add the submitted package to the already linked packages, not overwrite them.

npm unlinkTo

Removes a symlink from the current project to a linked project keeping all other linked projects.

Changelog

0.0.3 - Added Audit, Install and Start, Fixed Typos.

About

A collection of tools to faciliate using the npm cli from CommandBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published