{"id":16185276,"url":"https://github.com/davemo/fem-grunt-workflow","last_synced_at":"2025-08-26T20:03:39.934Z","repository":{"id":138658109,"uuid":"13810215","full_name":"davemo/fem-grunt-workflow","owner":"davemo","description":"A custom app workflow to teach people how to use Grunt.js","archived":false,"fork":false,"pushed_at":"2021-11-20T01:21:30.000Z","size":4786,"stargazers_count":46,"open_issues_count":0,"forks_count":42,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-23T07:18:18.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/davemo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-10-23T17:50:25.000Z","updated_at":"2024-02-15T15:47:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"42b7fc88-6c44-40b1-832f-1fd6edf7bfa9","html_url":"https://github.com/davemo/fem-grunt-workflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davemo/fem-grunt-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemo%2Ffem-grunt-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemo%2Ffem-grunt-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemo%2Ffem-grunt-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemo%2Ffem-grunt-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davemo","download_url":"https://codeload.github.com/davemo/fem-grunt-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davemo%2Ffem-grunt-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272252012,"owners_count":24900564,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10T07:13:55.170Z","updated_at":"2025-08-26T20:03:39.907Z","avatar_url":"https://github.com/davemo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"fem-grunt-workflow\n==================\n\nA custom app workflow to teach people how to use Grunt.js\n\n## Getting Started\n\nPre-requisites:\n\n1. [Node.JS](http://www.nodejs.org)\n2. NPM (which comes with Node)\n3. some kind of text editor, I use [Sublime Text](http://www.sublimetext.com/2), feel free to use what you feel most comfortable with :)\n4. git installed on your machine (if you are on Linux or Mac, this should be fairly straightforward, Windows users you should install http://msysgit.github.io/)\n5. (optional) I use a number of aliases in my shell configuration to make working with git easier, feel free to yoink them into yours if you want to: https://gist.github.com/davemo/5329141#file-gitconfig\n6. (optional) [git-crawl](https://github.com/magnusstahre/git-stuff): I'll be using this to \"crawl\" through a commit history for the project we are working on, this makes it much easier to move through commits than having to manually stash and checkout\n7. (optional) [rowanj's fork of GitX for OSX](http://rowanj.github.io/gitx/), is a nice Git GUI client, but totally optional; if you have another Git GUI client feel free to use that. (Windows users, https://code.google.com/p/gitextensions/ looks about equivalent).\n\nAlternatively, if you don't want to work on your own machine and would prefer to use a virtualized environment, you can signup for a free account on Nitrous.io, I tried it out the other day and it should work fine for the things we are going to be working on. This environment will come pre-installed with numbers 1 through 4 in the list above.\n\n## Crawling with `next`, `prev` aliases\n\nPut these aliases in your path for easy crawling :)\n\n```shell\n$ cat ~/bin/next \n#!/usr/bin/env bash\ngit crawl pdc\n```\n\n```shell\n$ cat ~/bin/prev\n#!/usr/bin/env bash\ngit co HEAD^1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavemo%2Ffem-grunt-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavemo%2Ffem-grunt-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavemo%2Ffem-grunt-workflow/lists"}