New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

coils

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coils

[![npm](https://img.shields.io/npm/v/coils.svg?style=flat-square)](https://www.npmjs.com/package/coils)

latest
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

Coils is Base Framework like Rails.

npm

Base Components:

Install

npm i coils -g

init project

coils new hello -d mysql
cd hello && npm i
node start

create db (sqlite skip it)

$ coils db:create [--env production]

migrate (create table)

coils db:migrate

drop db

$ coils db:drop [--env production]

generate

coils generate model User username:string,email:string
coils generate controller api/v1/Users [index|show|update|delete]
coils generate seed User

destroy

coils destroy controller api/v1/Users

rollback

coils db:rollback
coils db:rollback:all

seed

coils generate seed User
coils db:seed
coils db:seed:undo
coils db:seed:undo:all 

FAQs

Package last updated on 20 Sep 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