paper-bag

1.2.4 • Public • Published

Paper Bag

Installation

npm install -g paper-bag

Get Started

Note: yeoman generator not yet complete. Do not use yet!

npm install -g generator-paper-bag
mkdir my-paper-bag-project
cd my-paper-bag-project
yo paper-bag

Dependencies

Paper Bag is basically just a bunch of modules I slapped together. Here they are (I did write a couple of them):

CLI

  • paper-bag start
    • Starts the application
  • paper-bag console
    • Runs REPL with PaperBag global loaded and all models loaded
  • paper-bag db migration [name]
    • Creates a db migration named [name]
  • paper-bag db migrate
    • Runs all latest migrations
  • paper-bag db rollback
    • Rolls back latest batch of migrations

Readme

Keywords

Package Sidebar

Install

npm i paper-bag

Weekly Downloads

19

Version

1.2.4

License

MIT

Last publish

Collaborators

  • tybenz