siilisolutions / hedge

a serverless solution for clojure
Eclipse Public License 1.0
39 stars 6 forks source link

Feature request: As a developer I would like to have a template function or solution to create a working skeleton project dir from command line #54

Open erkkikeranen opened 6 years ago

erkkikeranen commented 6 years ago

It would be really nice if there was a solution that as a developer I could kickstart a new function in a project dir without the need to copy-paste, cut and paste and modify files to suit my new function and namespace.

The benefit: Get started developing and prototyping fast

In the future it would be really cool if timers, queues or other function types are implemented to quickly create working skeleton project dirs for these solutions.

https://github.com/boot-clj/boot-new or a command line tool? Separate project?