Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jazbl/test-driven-dev-setup

Shell script for quickly installing and configuring Node.js & Mocha into a usable state, ready for TDD.
https://github.com/jazbl/test-driven-dev-setup

bash bash-on-windows linux-shell node-js tdd

Last synced: about 2 months ago
JSON representation

Shell script for quickly installing and configuring Node.js & Mocha into a usable state, ready for TDD.

Awesome Lists containing this project

README

        

# Automated Mocha Install for TDD (Ubuntu Linux)
Script for quickly installing and configuring software into a usable state, ready for TDD.

The Node.js quick installer (NodejsTDD_QuickInstall.sh) is a linux script for installing and configuring Node.js, Mocha, and NPM to a point where Test Driven Development can be performed immediately. Some simple code is automatically generated, which should pass as 'green' as soon as an npm test command is executed by the developer. A project folder is created and named as specified by the developer during the installation process.

The script was initially made for Ubuntu 15.04, but should run on other distributions with some tweaking.