Live data from Hacker News

Skeleton.io – Curated skeleton app and boilerplate code directory

skeleton.io

11–20 of 21 posts

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#12
post #6

Great 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

#13
post #10

I 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...

I know that feeling really well. I have same ideas to a lot of people in a close timeframe often. As I want to open source the project, you are definitely more than welcome to help develop the page!

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

#15
post #9

Minor 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.

Thanks for the hint! Noted and on top prio in the backlog

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#16

I'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.

Always great to hear that people are looking for aggregation sites like skeleton.io - We are currently thinking about also hosting not just skeletons but aggregations to tutorials, and any other helpful coding resource as well

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#18
post #8

your thoughts on how this relates to or serves a different usecase than yeoman?

yeoman is a great tool I actually use myself quite often. I just wanted to create a place where people might go to see if there are great skeleton apps available that meets their needs, especially when playing with new languages.

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#19
post #6

Great 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

A project is still considered crowdsourced even if you're the only one in the crowd at first :-)

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#20

I'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.

I have a cookiecutter template for js_of_ocaml projects if you want:

https://github.com/emillon/cookiecutter-jsoo

(cookiecutter is a general scaffolding tool)

Post reply on HN