{"id":26722977,"url":"https://github.com/useallfive/drunn","last_synced_at":"2025-03-27T20:38:29.494Z","repository":{"id":18158891,"uuid":"21256924","full_name":"UseAllFive/drunn","owner":"UseAllFive","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-27T01:03:47.000Z","size":3952,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-12-20T07:07:35.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/UseAllFive.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":"2014-06-26T22:24:39.000Z","updated_at":"2017-02-02T20:19:09.000Z","dependencies_parsed_at":"2022-08-28T03:20:35.670Z","dependency_job_id":null,"html_url":"https://github.com/UseAllFive/drunn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fdrunn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fdrunn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fdrunn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fdrunn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UseAllFive","download_url":"https://codeload.github.com/UseAllFive/drunn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245923364,"owners_count":20694713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-27T20:38:29.004Z","updated_at":"2025-03-27T20:38:29.479Z","avatar_url":"https://github.com/UseAllFive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"base-marionette\n===============\n[![Build Status](https://magnum.travis-ci.com/UseAllFive/base-marionette.svg?token=dfaxEQcQwzEeozJHADsN\u0026branch=master)](https://magnum.travis-ci.com/UseAllFive/base-marionette)\n\n## Getting started\n```BASH\nnpm install\nbower install\ngrunt python\ngrunt\n```\n\n### Annotated Source\nWe use [groc](http://nevir.github.io/groc) to generate annotated source code for\nall our files. It is generated automatically when `grunt` is running and can be found at\n`\u003cwebroot\u003e/docs/app.html`.\n\n# Deploy Process for Production\n\n## Setup\n### Setup Google App Engine Authentication file for deploy\n```\n#-- NOTE: the -n here is very important, a new line at the end of\n#   this file will prevent the grunt task from being able to parse\n#   this file\necho -n 'username@useallfive.com p455w0rd' \u003e .gae.auth\n```\n\n### Setup to push to Google Code repo on production deploy\n\nAdd a .netrc to your home directory with the following contents:\n```\nmachine code.google.com\nlogin USERNAME@gmail.com.com\npassword [generated googlecode.com password]\n```\n\nTo find out what your [generated googlecode.com password] should be, go to: https://code.google.com/a/google.com/hosting/settings\n\nPrior to running the deploy command the person running the deploy will need to run:\n\n`git remote add code.google.com https://code.google.com/a/google.com/p/gweb-artcopycode/`\n\n## Push process\n### Get latest development into master\n1. Checkout development and pull latest changes `git checkout development; git pull -r`\n2. Checkout master and pull latest changes `git checkout master; git pull -r`\n3. Merge development into master `git merge --no-ff development`\n  * Note the `--no-ff`. This forces a merge commit, which is useful when inspecting the git log.\n4. Push to master `git push origin master`\n\n### Deploy\n1. Install dependencies `npm install;bower install`\n2. Deploy to production `grunt deploy:prod`\n  * This will ask you to select a version number. Use [semver](http://semver.org/) spec to make your decision.\n\n### Get development up to date with master\nMaster will now be ahead of development because of the merge commit. Development should **always** be based off the latest verison of master.\n\n1. Checkout development and rebase off of master `git checkout development; git rebase master`\n2. Push development `git push origin development`\n\n## Code Standards\n### Sublime Settings\nThe JavaScript linting for this project requires [Sublime Text 3](http://www.sublimetext.com/3).\n\nIn Sublime Text 3 (ST3) install the following packages `CMD + Shift + P`:\n- SublimeLinter\n- SublimeLinter-jshint\n- SublimeLinter-jscs\n\nNext make sure you globally install the following on your command line:\n- jshint `npm install -g jshint`\n- jscs (JavaScript Code Style Checker) `npm -g install jscs`\n\n### Resources\n- Setup package control in ST3 - [Setup Package Control in ST3](https://sublime.wbond.net/installation)\n- jscs documentation -  [jscs github repo](https://github.com/mdevils/node-jscs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseallfive%2Fdrunn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseallfive%2Fdrunn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseallfive%2Fdrunn/lists"}