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.
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.