Schmavery / reprocessing

ReasonML graphics library inspired by Processing
https://schmavery.github.io/reprocessing/
MIT License
682 stars 24 forks source link

Switch to a CLI instead of cloning the repo for reprocessing-example #90

Closed mtoso closed 6 years ago

mtoso commented 6 years ago

Hi, I was wondering if there is some interest on having a CLI to generate a base project scaffold instead of cloning the reprocessing-example repo. Something like:

npx create-reprocessing-app my-app

If it sounds something useful I can work on it.

Thanks

bsansouci commented 6 years ago

Hey @mtoso, is there anything that the reprocessing-example repo lacked that you would like to see? Was there some ambiguity about how to get started?

We'd like to keep it simple for now! We would love some help with some missing feature though, like https://github.com/Schmavery/reprocessing/issues/83 or https://github.com/Schmavery/reprocessing/issues/47 :)

Schmavery commented 6 years ago

alias create-reprocessing-app='git clone https://github.com/Schmavery/reprocessing.git'?

vkammerer commented 6 years ago

+1 for keeping it simple and just cloning the repo

mtoso commented 6 years ago

Didn't want to create anything complicate but totally fine on keep it the way it is now. Thanks for the feedbacks.

Schmavery commented 6 years ago

Thanks for the suggestion though! If there's anything we can simplify/improve about our instructions then we're always open to hearing it and we'd be really happy to add a link in our README to something cool you build using reprocessing :)

mtoso commented 6 years ago

Thanks @Schmavery. Hope that you guys don't mind but i built a generator for myself just to try. It is here https://github.com/mtoso/create-reprocessing-app