Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ran-express-genertor

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ran-express-genertor

Express and mongo or sql application generator

  • 1.3.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Express Logo

Express' application generator.

Installation

$ npm install -g ran-express-genertor

Quick Start

Based on express-generator', this is a complete "basic" app generator.

Create a basic app with mongoose and no Cluster and no socket IO:

$ ran --mgnc "app name"

Install dependencies:

$ npm install

Start your Express.js app at http://localhost:5000/:

$ npm start

Command Line Options

This generator can also be further configured with the following command line flags.

    Usage: ran [options] [dir]

    Options:
          --version           output the version number
      -s, --stack <Stack id>  express app with a stack below
          --mgnc              express mongoose no cluster
          --mgwc              express mongoose with cluster
          --msnc              express mySQL no cluster
          --mswc              express mySQL with cluster
      -io, --socket <id>      add or not socket io to project
           --io,              add socket io to project
      -h, --help              output usage information

Keywords

FAQs

Package last updated on 17 Jun 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc