jonschlinkert / normalize-pkg

Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.
https://github.com/jonschlinkert
MIT License
18 stars 2 forks source link

move the CLI into a yeoman generator #12

Open jonschlinkert opened 10 years ago

jonschlinkert commented 10 years ago

This will allow users and implementors to get what they want from this lib.

Subgenerators

Subgenerators will make it easy to generate a package.json that follows whatever standards you want. E.g. to generate a package.json that strictly adheres to npm standards, you would use the strict subgenerator with yo pkg:strict.

jonschlinkert commented 10 years ago

cc @pdehaan