But legos that automatically build themselves continuously
This code auto-builds using CircleCI
- Install Git
- Install Node.js to have Node and npm set up
- Clone the latest code
git clone https://github.com/krosenk729/Lets-Build-Things.git
- Navigate to the project root using
cd Lets-Build-Things
- Delete the
.git
directory so you start fresh if you choose to later commit the repo - Type
npm install
to install the latest code dependencies - Run
node build.js
To build (and test):
- Install jake
npm install -g jake
globally - Run
jake
in command line ornode_modules/.bin/jake
Thanks to help from:
-
JSTest http://jstest.jcoglan.com/
-
Jest https://facebook.github.io/jest/docs/en/getting-started.html
-
CircleCI https://circleci.com/
-
Jamine https://jasmine.github.io/
-
http://blog.npmjs.org/post/127671403050/testing-and-deploying-with-ordered-npm-run-scripts
-
https://www.codeschool.com/screencasts/let-s-code-javascript-the-automated-build
-
http://www.bradoncode.com/blog/2015/05/12/angularjs-testing-getting-started/