1.0.2 • Published 7 years ago

cutless v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Cutless

An app template to kick-start new projects.


Why Cutless?

Cutless seeks to provide an organized & powerful basic template of a modern web application. Cutless offers basic entities such Users and Events which include basic apis, models, and controllers to model new features off of.

Notable packages

  • Express (v4.15.3) is fast, enormously adopted, web framework which provides the backbone architecture for Cutless.
  • Pug (2.0.0-rc.2) is a lightning fast & simplistic template engine. With pug, implementing new views are quick and simple. Best of all, there's no HTML to write.
  • Bluebird (3.5.0) is a promissory library for NodeJS. Bluebird makes back-end control flow simple to write and parse.