Live data from Hacker News

Skeleton: A CoffeeScript Node.js Project Generator

github.com

21–23 of 23 posts

Re: Skeleton: A CoffeeScript Node.js Project Generator

#22
post #10

The namespace for FOSS is getting crowded: http://www.getskeleton.com/ Not a bad thing.

This is a killer HTML/CSS boilerplate. It's clean and simple and does just enough to get a responsive layout up-and-running.

You might also consider Stylus Skeleton: https://github.com/archware/stylus-skeleton

I ported Skeleton CSS to Stylus one day using ideas from Stylus Boilerplate.

Re: Skeleton: A CoffeeScript Node.js Project Generator

#23
post #2

I've been using a quite different approach at structuring my Node.js applications: http://bergie.iki.fi/nodext/ With NodeXT you build the application out of multiple modules (extensions), which you then "mount" into the URL structure you want to use. Helps keeping code more decoupled and reusable.

Interesting. I will take a look, thanks.

See also: https://github.com/c9/architect/
Post reply on HN