keywords
CLI utility for normalizing, adding and removing keywords from package.json.
Last updated 12 years ago by jonschlinkert .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install keywords -g
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.1.2                                ...           latest (12 years ago)

3 Versions

  • 0.1.2                                ...           12 years ago
  • 0.1.1                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |