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

Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CLI.

Results 3 generate-package issues
Sort by recently updated
recently updated
newest added

### 1. Summary If I generate my `package.json` use generate-package:     value `"name"` parameter may contain uppercase letters. See [**official npm docs**](https://docs.npmjs.com/files/package.json#name): > New packages must not have uppercase letters in...

enhancement

I am a newbie, please help. I just installed Node.js v6.9.1 on my windows machine `npm install --global generate` and `npm install --global generate-package` were successful. When I fire `gen...

bug

Generate makes it easy to override templates in general (by adding a custom template to the `~/templates` directory). I'd like to come up with a convention for easily _extending_ templates...