0.0.1 • Published 9 years ago

bklyn v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

bklyn

bklyn a Node.js framework for creating database-driven APIs, appropriately (?) named after a borough in New York City.

Installation

via npm:

$ npm install bklyn -g

Usage

  1. Create a new bklyn project:

    $ bklyn new MyAPI

    where MyAPI is the path of the folder you'd like to create.

License & Contributing