Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command to initialise project #44

Open
rosieyohannan opened this issue Nov 5, 2018 · 0 comments
Open

New command to initialise project #44

rosieyohannan opened this issue Nov 5, 2018 · 0 comments

Comments

@rosieyohannan
Copy link
Contributor

rosieyohannan commented Nov 5, 2018

Can we have two options, reco project init to create empty files in the correct structure, and reco project init template to create a copy of our template at that location?


   ├── cmd
   │   ├── bench-my-program
   │   ├── test-my-program
   │      └── main.go
   ├── glide.yaml
   ├── main.go
   ├── main_test.go
   ├── reco.yml

Maybe with the option to specify a name? reco project init --name "histogram" or whatever:


   ├── cmd
   │   ├── bench-histogram
   │   ├── test-histogram
   │      └── main.go
   ├── glide.yaml
   ├── main.go
   ├── main_test.go
   ├── reco.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant