Socket
Book a DemoInstallSign in
Socket

@gigster/module-express-models

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigster/module-express-models

Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Ryan Borker | [borker@gigster.com](mailto:boker@gigster.com) | [@borker] *Maintainer* | Mark Miyashita | [mark.miyashita@gigster.com](mailto:mark.miyashita@gigster.com) | [@mark]

latest
npmnpm
Version
1.1.9
Version published
Maintainers
8
Created
Source

express-models

RoleNameEmailSlack
Product OwnerRyan Borkerborker@gigster.com[@borker]
MaintainerMark Miyashitamark.miyashita@gigster.com[@mark]

Overview

Generates a Model and Controller for each model defined in the project definition.

Templates

This module is compatible with the following templates:

Usage

To use, add the following to your gig.yaml under the generator-express block:

- name: express-models
  location: >-
    https://github.com/liquidlabs-co/gig-modules/tree/master/block/express-models
  spec: {}

After adding this config, your block should look something like:

- name: api
  type: api
  spec:
    template:
      name: express
      type: yeoman
      location: 'github:petecoop/generator-express'
      spec:
        createDirectory: false
        type: MVC
        viewEngine: EJS
        cssPreprocessor: None
        database: None
        buildTool: Gulp
    modules:
      - name: express-models
        location: >-
          https://github.com/liquidlabs-co/gig-modules/tree/master/block/express-models
        spec: {}

Features

Currently, this module only generates a blank Model and custom routes for the Controller.

TODO

  • CRUD routes for all models.

Tests

Module tests are defined using a test/scenarios.yaml file. This file defines the set of example gigs that we generate as part of integration testing. To run all tests, run yarn test at the root of this module.

Each scenario is generated in test/scenario/<name> which you can then cd into and run the actual app. For a scenario called default, this is done via:

cd test/scenario/default
yarn install

# Run tests.
yarn test

# Start the app.
yarn start

FAQs

Package last updated on 30 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts