Skip to content

CLI utility for normalizing, adding and removing keywords from package. This will **NORMALIZE** keywords, so duplicates will be removed and keywords will be sorted. Remember, always commit first, ;-)

License

Notifications You must be signed in to change notification settings

jonschlinkert/keywords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keywords NPM version

CLI utility for easily adding keywords to package.json.

Install

Install globally with npm:

npm i -g keywords

Usage

Run keywords in the command line.

Adding keywords to package.json

Either type a list of keywords to add:

keywords foo bar baz

Or use --add or -a with a list of comma-separated words:

keywords --add foo,bar,baz

Removing keywords from package.json

Use --remove or -r with list of comma-separated words:

keywords --remove foo,bar,baz

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on September 26, 2014.

About

CLI utility for normalizing, adding and removing keywords from package. This will **NORMALIZE** keywords, so duplicates will be removed and keywords will be sorted. Remember, always commit first, ;-)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published