assemble / grunt-assemble-permalinks

Permalinks middleware for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.
MIT License
43 stars 11 forks source link

assemble- plugins prefix? #4

Closed AndersDJohnson closed 10 years ago

AndersDJohnson commented 10 years ago

I was wondering if we should adopt a convention for plugins like Grunt plugins, using a consistent prefix for npm module names; for example "assemble-" or "assemble-plugin-" or "assemble-contrib-".

This would make plugins easier to find, identify, and load (e.g. with resolve-dep or globbing), etc.

jonschlinkert commented 10 years ago

I was thinking about that as well. that's why I created https://github.com/helpers/matchkeys and https://github.com/jonschlinkert/resolve-dep, for this kind of purpose. we should probably move this issue over to the main assemble repo, it's a valid point, so let's discuss over there.