goodeggs / generator-goodeggs-npm

Generate npm modules the Good Eggs way
1 stars 0 forks source link

JS Subgenerator #1

Closed hurrymaplelad closed 10 years ago

hurrymaplelad commented 10 years ago

Add a subgenerator for an npm package whose source is js instead of coffeescript. It at least include and configure JSHint.

I structure modules like this when they're very small or potentially widely used. If they're small, the coffee overhead feels like overkill. If they're widely used, JS source keeps it accessible.

hazeledmands commented 10 years ago

Awesome! We need something like this for sure.

~M