Skeleton.io – Curated skeleton app and boilerplate code directory
11–20 of 21 posts
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#12Great idea but you should have spent a few hours searching for as many frameworks you could find and adding them. This will slowly slip off the first page and everyone will forget about it. If there were a few projects pre-populated, I'd probably have bookmarked and come back / submitted anything you might have missed.
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#13I am so mind blown right now... On 10/14 (5 days ago) i checked if this domain is available (it was) because I had exactly the same idea. I even made a note that is sticking on my desk right now. Good luck with your project...
And yeah, the URL is pretty nice - I could not believe it was still available ;-)
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#14Neat! I maintain something similar here: http://github.com/jordan-wright/boilerplate .
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#15Minor suggestion: on the newsletter page, hitting enter/return should submit the form. It didn't on my browser for some reason (Chrome 36.0.1985.143 on Linux). I had to click the button.
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#16I've been looking into ocaml, and was wondering what to do once my programs grow beyond a single file. Unfortunately it doesn't have the equivalent of 'lein new' (Clojure tool for creating a new, empty project skeleton), so I'd welcome a repository of best practice examples like skeleton.io.
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#17great idea, best of luck!
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#18your thoughts on how this relates to or serves a different usecase than yeoman?
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#19Great idea but you should have spent a few hours searching for as many frameworks you could find and adding them. This will slowly slip off the first page and everyone will forget about it. If there were a few projects pre-populated, I'd probably have bookmarked and come back / submitted anything you might have missed.
Thanks for the input! Yeah I thought about adding some skeletons already, but then decided to make it truly crowd sourced. I think this is a great start to get the curating going. I hope you'll still bookmark the page and come back later once the first skeletons hit the page
Re: Skeleton.io – Curated skeleton app and boilerplate code directory
#20I've been looking into ocaml, and was wondering what to do once my programs grow beyond a single file. Unfortunately it doesn't have the equivalent of 'lein new' (Clojure tool for creating a new, empty project skeleton), so I'd welcome a repository of best practice examples like skeleton.io.
https://github.com/emillon/cookiecutter-jsoo
(cookiecutter is a general scaffolding tool)