{"id":17300475,"url":"https://github.com/atomantic/add","last_synced_at":"2026-01-19T22:01:35.487Z","repository":{"id":8940174,"uuid":"10673670","full_name":"atomantic/add","owner":"atomantic","description":"ADD: Automation Driven Development","archived":false,"fork":false,"pushed_at":"2019-06-26T16:34:55.000Z","size":218,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T10:17:39.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://atomantic.github.io/add","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomantic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-13T19:08:53.000Z","updated_at":"2020-07-30T12:24:26.000Z","dependencies_parsed_at":"2022-08-27T10:00:12.566Z","dependency_job_id":null,"html_url":"https://github.com/atomantic/add","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atomantic/add","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fadd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fadd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fadd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fadd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomantic","download_url":"https://codeload.github.com/atomantic/add/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomantic%2Fadd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T11:28:47.540Z","updated_at":"2026-01-19T22:01:35.472Z","avatar_url":"https://github.com/atomantic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ADD: Automation Driven Development\n### Building apps with an emphasis on continuous delivery\n\nThe only thing worse than putting a bug into production is not being able to push out a fix the minute you know a bug exists.\n\n### Why?\n\n* The most important thing is shipping. Now.\n* You can NEVER know everything that can go wrong until you are in production, in front of users\n* You will NEVER know 100% of your acceptance/usage criteria until you are in production, in front of users\n* You need to be able to respond to users immediately and automatically.\n* Manual dependency management stinks.\n* Manual deployment stinks.\n* Manually managing a static set of template tools stinks.\n* Let's just automate all that and focus on solving problems.\n\n### Assumptions\n\n* You run OSX (or can manage installation yourself)\n* You use [Homebrew](http://mxcl.github.io/homebrew/)\n* You have [Node.js](http://nodejs.org/) (with NPM, included now with node)\n\n### Creating this repo from scratch\n    # make sure you are up-to-date\n    brew update\n    brew upgrade # at your own risk\n    npm update -g\n    # install npm goodness\n    npm install -g yo grunt-cli bower yeoman-generator generator-webapp karma generator-mocha generator-karma generator-travis-ci\n    # make sure we have phantomjs\n    brew install phantomjs\n    # and compass\n    gem install compass\n    # create the project\n    mkdir ~/add \u0026\u0026 cd $_\n    # install basic scaffolding\n    yo webapp;\n    # replace crappy oldIE support with new hotness\n    sed -i 's/\"jquery\": \"~1.9.1\"/\"jquery\": \"~2.0.2\"/' bower.json\n     # rebuild bower\n    bower install\n    # make sure we can run jshint without grunt just because we like to sometimes (IDE support)\n    echo 'app/scripts/vendor\n    app/bower_components' \u003e\u003e .jshintignore\n    # setup gh-pages merge on build success\n    yo travis-ci:gh-pages\n    # test it\n    gem install travis-lint\n    travis-lint\n\n## Build Status\n\n[![Build Status](https://travis-ci.org/atomantic/add.png?branch=dev)](https://travis-ci.org/atomantic/add)\n\n## Website\n\nThis particular ADD project outputs [the ADD site](http://atomantic.github.io/add)\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/atomantic/add/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomantic%2Fadd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomantic%2Fadd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomantic%2Fadd/lists"}