assemble / boilerplates

Boilerplates for Assemble. Each boilerplate offers something different: static site generation, h5bp, Bootstrap, swig, markdown, blog generation, etc.
http://assemble.io/
MIT License
69 stars 11 forks source link

docs: add assemble-internal to deps #10

Open jonschlinkert opened 11 years ago

jonschlinkert commented 11 years ago

I'd like to create a yeoman "boilerplate" generator for creating assemble boilerplates, as well as a custom "boilerplate" task for maintaining them (which will be added to the assemble-internal repo).

Here is what they should include:

cc/ @hariadi - interested in making the generator for this? I'm working on the task currently.

hariadi commented 11 years ago

:+1:

Related Project For now, maybe manually down list of assemble repos to src/data/repo.json and auto build README.md.

Generator What generator? Yeoman or just readme generator?

jonschlinkert commented 11 years ago

great!

manually down list of assemble repos

Yes, I think that's a good idea. Either using grunt-github-api, or just use a mock file to get the workflow going.

Generator

"boilerplate generator" for creating assemble boilerplates. just like https://github.com/assemble/generator-assemble. I think the readme generation can be done by the assemble-internal task after the project is generated.