{"id":15677711,"url":"https://github.com/zachleat/gruntlerplate","last_synced_at":"2025-05-07T01:21:20.182Z","repository":{"id":16148079,"uuid":"18893688","full_name":"zachleat/gruntlerplate","owner":"zachleat","description":"A default grunt configuration for new projects.","archived":false,"fork":false,"pushed_at":"2014-04-24T22:41:21.000Z","size":177,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T04:51:29.069Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachleat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-17T21:15:14.000Z","updated_at":"2021-03-13T10:50:13.000Z","dependencies_parsed_at":"2022-08-04T08:00:16.625Z","dependency_job_id":null,"html_url":"https://github.com/zachleat/gruntlerplate","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/zachleat%2Fgruntlerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachleat%2Fgruntlerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachleat%2Fgruntlerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachleat%2Fgruntlerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachleat","download_url":"https://codeload.github.com/zachleat/gruntlerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252794278,"owners_count":21805170,"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":"2024-10-03T16:10:27.428Z","updated_at":"2025-05-07T01:21:20.166Z","avatar_url":"https://github.com/zachleat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GRUNTLERPLATE\n\n\u003c!--\n\n[![Build Status](https://img.shields.io/travis/zachleat/GRUNTLERPLATE/master.svg)](https://travis-ci.org/zachleat/GRUNTLERPLATE)\n[![Dependency Status](https://david-dm.org/zachleat/GRUNTLERPLATE.svg?theme=shields.io)](https://david-dm.org/zachleat/GRUNTLERPLATE)\n[![devDependency Status](https://david-dm.org/zachleat/GRUNTLERPLATE/dev-status.svg?theme=shields.io)](https://david-dm.org/zachleat/GRUNTLERPLATE#info=devDependencies)\n\n--\u003e\n\n## Using the repo\n\nRun these commands:\n\n * `npm install`\n * `bower install`\n * `grunt init`\n * `grunt` as normal.\n\nReplace instances of GRUNTLERPLATE with your project name.\n\nYou’ll probably want to start by creating a few JS (and/or CSS) source files to `src/` and adding them to grunt via `grunt/config/concat.js`.\n\nRun `grunt` as normal.\n\n## Configuring Grunt\n\nRather than one giant `Gruntfile.js`, this project is using a modular Grunt setup. Each individual grunt configuration option key has its own file located in `grunt/config-lib/` (readonly upstream configs, do not modify these directly) or `grunt/config/` (project specific configs). You may use the same key in both directories, the objects are smartly combined using [Lo-Dash merge](http://lodash.com/docs#merge).\n\nFor concatenation in the previous Gruntfile setup, you’d add another key to the giant object passed into `grunt.initConfig` like this: `grunt.initConfig({ concat: { /* YOUR CONFIG */ } });`. In the new configuration, you’ll create a `grunt/config/concat.js` with `module.exports = { /* YOUR CONFIG */ };`.\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n\n## TODO\n\n * Make a yeoman generator to replace GRUNTLERPLATE with the project name.\n\n## Inspiration From\n\n * [More maintainable Gruntfiles](http://www.thomasboyt.com/2013/09/01/maintainable-grunt.html) by [@thomasboyt](https://github.com/thomasboyt/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachleat%2Fgruntlerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachleat%2Fgruntlerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachleat%2Fgruntlerplate/lists"}