november-cli icon indicating copy to clipboard operation
november-cli copied to clipboard

❄️ Generate a Node.js API for your Ember.js app

Results 2 november-cli issues
Sort by recently updated
recently updated
newest added

I've got a lists model, which you can see here: https://github.com/ga-wdi-boston/ember-example-listr-api/blob/983b9ee41c7c266acc8780b3b5dedd3a2cdaefca/app/models/list.js The associated item model is also pushed. When I get the lists, their items are not sideloaded. Instead, I...

Would be nice to have the commands `$ november rebuild` and `$ november rebuild --force` to simulate the `db.sequelize.sync()` and `db.sequelize.sync({ force: true })` code.

enhancement