jshttp / style-guide

jshttp style guide
The Unlicense
108 stars 8 forks source link

Template CLI Tool #24

Open Fishrock123 opened 9 years ago

Fishrock123 commented 9 years ago

I think I should make this module also contain a CLI tool installable from npm to generate from the template. Thoughts?

dougwilson commented 9 years ago

I think @jonathanong has something like this already, so he can chime in :)

Fishrock123 commented 9 years ago

Dunno what I'd call it but it would be like

$ jshttp user/repo <optional name>
$ jshttp
What is the repo for this module?
> user/repo

something maybe

jonathanong commented 9 years ago

http://github.com/jonathanong/rpit

Fishrock123 commented 9 years ago

You know code is serious when the last commit you see is "argh"

Related: https://cloud.githubusercontent.com/assets/1093990/4621543/d197dd26-532c-11e4-96f0-061a69067374.jpg

Ok, I'm thinking something a little more custom. It would automatically pull this repo's latest template down from github etc.

dougwilson commented 9 years ago

If you want something custom, I'm sure @jonathanong 's repo is probably a good starting point :)

Fishrock123 commented 9 years ago

Should we make this an org labels thing or like a $ {jshttp} thing?

We could also write a tool that we can invoke via $ {jshttp} that will call that tool with jshttp parameters.

Fishrock123 commented 9 years ago

Should this be $ jshttp <etc..> or $ tool jshttp/style-guide <etc..> ?