timkeane / nyc-lib

Apache License 2.0
12 stars 8 forks source link

bash script to autogenerate templates for finder apps #24

Open ekamptner opened 4 years ago

ekamptner commented 4 years ago

Finder apps include a lot of repeated scripts/tests/file structures which could be automated. Ideally, developers should be able to run script to build bones of application.

cmenedes commented 4 years ago

I'm working on this in a separate repo which I will link to once it's on GitHub

cmenedes commented 4 years ago

I'm working on this in a separate repo which I will link to once it's on GitHub

Here is the separate repo where i'm working on the script: https://github.com/cmenedes/create-finder-app.git

cmenedes commented 3 years ago

I still need to make more changes, but i recently updated the script. It generates a basic finder app file structure with the necessary config files, and some sample code. cmenedes/create-finder-app@06000d0