node-package icon indicating copy to clipboard operation
node-package copied to clipboard

Add dev option

Open abraham opened this issue 7 years ago • 0 comments

<node-package name="firebase-tools" dev></node-package>

Results in the install command:

npm install firebase-tools --save-dev

Or maybe this should be an install attribute which would also support global

<node-package name="firebase-tools" install="save-dev"></node-package>

abraham avatar Apr 30 '18 15:04 abraham