You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sequelize-model-initial

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-model-initial

Initial the models in models folder wieh Sequelize sync.

0.1.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

sequlize-model-initial

NPM Version Coverage Status Build Status Downloads Dependency Status License

Initial the models in models folder wieh Sequlize sync.

Install

npm install --save sequlize-model-initial

Usage

import sequlizeModelInitial from "sequlize-model-initial"

or

var sequlizeModelInitial = require('sequlize-model-initial');

sequlizeModelInitial.init() // true

Function

.init([modelPath])

Input the model folder path. Default to '[projectpath]/models'

Version

List significant modify versions here.

0.0.2

Add .init() function.

License

MIT © solee0524

Keywords

sequelize

FAQs

Package last updated on 27 Jan 2016

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