_________.__
/ _____/| |__ ______ _ __ ____ _____ ______ ____
\_____ \ | | \ / _ \ \/ \/ // ___\\__ \ / ___// __ \
/ \| Y ( <_> ) /\ \___ / __ \_\___ \\ ___/
/_______ /|___| /\____/ \/\_/ \___ >____ /____ >\___ >
\/ \/ \/ \/ \/ \/
Bad-ass infrastructure for javascript libraries.
How to use
Well configured express server for documentation, tests and so on
It uses express, so you can extend it as you like. Check default configuration
app = require'showcase'app__dirnameappget '/' resrender 'examples/index' appstart
Easy authentication with github
app = require'showcase'app__dirnameappconfigure 'production' -> appset'github-client-id''id' appset'github-client-secret''secret'
Generate documentation with docco
docco = require'showcase'doccodoccofiles: '/src/*'output: '/public/docs'root: __dirnamelayout: 'linear'