Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Shell script for quickly installing and configuring Node.js & Mocha into a usable state, ready for TDD.
- Host: GitHub
- URL: https://github.com/jazbl/test-driven-dev-setup
- Owner: jazbl
- Created: 2016-05-20T14:04:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T07:43:29.000Z (over 1 year ago)
- Last Synced: 2024-08-02T18:43:24.545Z (3 months ago)
- Topics: bash, bash-on-windows, linux-shell, node-js, tdd
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.