Skip to content

Instantly share code, notes, and snippets.

View vjefri's full-sized avatar

Jefri Vanegas vjefri

View GitHub Profile
@vjefri
vjefri / 1. Command Line
Last active June 5, 2016 02:38 — forked from nsipplswezey/1. Command Line
Nodal TL:DR Seed Database
npm install -g nodal
nodal new todo-pgjson
cd todo-pgjson
nodal g:model Todo user_id:int tasks:json done:boolean
nodal g:controller --for Todos
nodal db:bootstrap
// add json data to seed.json
nodal db:seed