Closed shaqq closed 10 years ago
@danielmackey @ckampfe @jdoconnor @darbyfrey @umtrey @ajself @kevinreedy
When we generate a new napa service, a README is generated that's just really basic. Is there any reason we wouldn't want that to be replaced by the new README from here?
Generating a readme in a non-root path will create a spec folder in the given path as well - probably need to make sure we put the test file in there.
@umtrey I think the idea is to replace the default README with this one (though maybe we would tone down the pooping a bit) - it's not too hard to move this over to the scaffold generator.
Originally I had plans of making something more rdoc-y that would auto-generate certain parts of the README. But, that's a little further down I think.
I think there's also the danger of yelling at the user too fast - the readme generator creates a breaking test right off the bat. Sometimes people fill out README's a little later on, and this is somewhat of a more guided process.
Let's add in a note in the quickstart about making sure they generate a readme (and also update the base gem readme too with the new command), then it's on their terms.
@darbyfrey do you think adding a spec for the README might be too much?
Can we make it a pending spec?
@danielmackey
a pending test seems like a good solution to me
So, what does everyone think about the :poop:? I thought it was funny at first, but it might be a little on the nose for someone who doesn't work at Belly.
@darbyfrey @danielmackey @umtrey I'll switch that test to pending, and update the quickstart & gem readme
@shaqq just one poo very early in the README would be cute, but no need for more than that - they very well could gut the rest of the README.
"Diagrams and pictures are :angel:"
/(|
( :
__\ \ _____
(____) `|
(____)| |
(____).__|
(___)__.|_____
The other alternative is to use the :x: emoji, if we want something more 'corporate'
@darbyfrey @jdoconnor wanna do a quick look on the nicer version of the docs?
https://github.com/shaqq/readme-example/blob/master/README.md
@shaqq make sure to put a note in the napa readme about the new readme generator
Looks good. Please add this to the CHANGELOG as well.
+:bow:
+1 so excite
Here's what the generated README would look like
I wanted to auto-generate the Endpoints from
rake routes
, but Thor doesn't seem to load theApplicationApi