pa is a command-line tool for reading and writing properties of your package.json
Install the module globally with: npm install pa -g
$ pa version
$ pa version 0.1.0
$ pa main
$ pa main lib/index
- v=version
- k=keywords
- h=homepage
- n=name
- a=author
- desc=description
- dep=dependencies
- devdep=devDependencies
$ pa v
$ pa --alias
$ pa --alias version
$ pa --alias version v
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
- Available Tasks:
- jshint
- nodeunit
- default (jshint + nodeunit)
- create manpage
- make aliases deleteable
-
0.1.1
- fix setting with alias
-
0.1.0
- Initial Commit
Copyright (c) 2013 Bastian Behrens Licensed under the MIT license.