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

habilejs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

habilejs

Starter kit generator for node-mongo-starter kit

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Starter kit generator

This package includes global command for generating a ready-to-use boiler plate for NodeJs with MongoDB.

Prerequisites

node

installation

This package can be installed globally by running

npm install -g habilejs

Usage

Once the package is installed, run habilejs command. This will prompt for a few questions to gather information about the app to be created.

Questions

  • Enter project name

    This name will be the name of your app.

  • Enter port number

    Port number at which you desire to run your app.

  • Enter database name

    Database name to be used by your app

  • Do you want to enable clustering through child_process module?

    Whether or not to enable clustering of your app. If enabled, multiple instances equal to the number of CPU cores will be created upon running

  • Please select environment to set

    Environment to set for your app. It can be either development or production.

All these settings can be changed later by editing .env file.

Once the app is created, cd into the app and run npm start.

Starter kit

The starter kit can be found here

Keywords

FAQs

Package last updated on 17 Jan 2020

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