reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Add the dev commands into new project README #100

Closed Frozenlock closed 6 years ago

Frozenlock commented 8 years ago

I find myself returning to old project without knowing which command was acceptable. (lein figwheel vs lein figwheel devcards, how to start a repl, compiling less files...)

I can check reagent-template's readme, but I'm afraid one day the old projects won't be compatible with some new commands. Then it will be a game of "guess what was the development tool back then".

I think injecting the development mode section into new readme (which is empty anyway) would help to make projects future-proof.

Thoughts?

yogthos commented 8 years ago

Yeah, that might not be a bad idea. Would probably also make sense to add a changelog and maybe add something like :reagent-template-version key to project.clj that's generated. That way you could see what version of the template the project was made with and check the changelog.

ykarikos commented 6 years ago

Hello. There's a proposed fix in PR #144

yogthos commented 6 years ago

Looks great thanks!