yyx990803 / templates

Personal project scaffolding templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal templates to be used with new.

Tempaltes

Sketch

Simple Browserify-based setup with separate stylus file. Requires watchify and stylus to be globally installed.

Usage

$ new sketch
$ npm run dev

App

Browserify-based setup that structures the project into individual components that can include templates, stylus files and javascript files. Templates and styles are inlined via partialify and stylify and css is inserted with insert-css. Everything is bundled into one, single built javascript file.

Usage

$ new app
$ npm install
$ npm run dev

About

Personal project scaffolding templates


Languages

Language:JavaScript 69.2%Language:CSS 30.8%