Socket
Socket
Sign inDemoInstall

slush-good-start

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slush-good-start

A slush generator for project with testing, eslint, config, testing, and webstorm project settings.


Version published
Maintainers
2
Created
Source

Slush-Test

A slush generator for a simple node app with all the good stuff

Installation

Install slush-good-start globally:

npm install -g slush-good-start

Remember to install slush globally as well, if you haven't already:

npm install -g slush

Usage

Create a new folder for your project:

mkdir my-new-app

Run the generator from within the new folder:

cd my-new-app

slush good-start

Answer the questions and it will generate all the stuff you need.

Linting

It uses eslint and Airbnb's linting module

This can be ran via: npm run-script lint

Nodemon

It uses nodemon

This can be ran via: npm run-script nodemon

Testing

It uses mocha and chai and sinon

This can be ran via: npm run-script test

Logging

It uses bunyan and bunyan-prettystream

Other Modules

  • lodash
  • moment
  • config
  • async

Webstorm

It also include a nice configured webstorm project file

Precommit hooks

Linting and testing is ran prior to commits and will not commit on failure.

Keywords

FAQs

Package last updated on 10 Oct 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

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