Open jonschlinkert opened 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?
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.
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:
npm i assemble-internal
(oryo boilerplate
) and then, after adding the Gruntfile,grunt build-boilerplate
cc/ @hariadi - interested in making the generator for this? I'm working on the task currently.