Socket
Book a DemoInstallSign in
Socket

express-deux

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

express-deux

A generator for building better Express apps

unpublished
latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
1
Created
Source

Deux

A generator for building better Express apps

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g express-deux
$ deux COMMAND
running command...
$ deux (-v|--version|version)
express-deux/1.5.0 win32-x64 node-v14.16.0
$ deux --help [COMMAND]
USAGE
  $ deux COMMAND
...

Commands

deux controller NAME

Creates a Controller file from template.

USAGE
  $ deux controller NAME

See code: src/commands/controller.js

deux help [COMMAND]

display help for deux

USAGE
  $ deux help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

deux model NAME

Creates a Model file from template.

USAGE
  $ deux model NAME

See code: src/commands/model.js

deux routes NAME

Creates a Route file from template.

USAGE
  $ deux routes NAME

See code: src/commands/routes.js

deux service NAME

Creates a Service file from template.

USAGE
  $ deux service NAME

See code: src/commands/service.js

deux template NAME DIR

Clones an existing Express app repository.

USAGE
  $ deux template NAME DIR

See code: src/commands/template.js

deux uuid

Copies a random v4 UUID to clipboard

USAGE
  $ deux uuid

See code: src/commands/uuid.js

Keywords

oclif

FAQs

Package last updated on 07 Apr 2021

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