{"id":20119818,"url":"https://github.com/gruntjs/grunt-init-jquery-sample","last_synced_at":"2025-05-06T14:32:47.593Z","repository":{"id":4893629,"uuid":"6049183","full_name":"gruntjs/grunt-init-jquery-sample","owner":"gruntjs","description":"This is sample output generated by the grunt-init \"jquery\" template.","archived":false,"fork":false,"pushed_at":"2021-03-22T14:47:25.000Z","size":95,"stargazers_count":12,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-09T13:48:28.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gruntjs.com/","language":"JavaScript","has_issues":false,"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/gruntjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-02T18:15:33.000Z","updated_at":"2023-10-13T20:31:29.000Z","dependencies_parsed_at":"2022-08-18T00:10:53.797Z","dependency_job_id":null,"html_url":"https://github.com/gruntjs/grunt-init-jquery-sample","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/gruntjs%2Fgrunt-init-jquery-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruntjs%2Fgrunt-init-jquery-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruntjs%2Fgrunt-init-jquery-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruntjs%2Fgrunt-init-jquery-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gruntjs","download_url":"https://codeload.github.com/gruntjs/grunt-init-jquery-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252703464,"owners_count":21790890,"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-11-13T19:17:16.396Z","updated_at":"2025-05-06T14:32:47.322Z","avatar_url":"https://github.com/gruntjs.png","language":"JavaScript","readme":"# grunt-init \"jquery\" sample\n\nThis is sample output generated by the grunt-init \"jquery\" template.\n\n_Note: this repository was generated dynamically using grunt-init v0.2.0rc1. Instead of\nreporting issues here, please report any issues with this init template as\n[grunt-init issues][issues]. Instead of watching or forking this repository,\nwatch [grunt-init][] instead._\n\n## Project Creation Transcript\nThe following is a transcript of the session in which this project and\nrepository were created. This is not actually a part of the [grunt-init][]\n\"jquery\" template, this session transcript was added afterwards. The\ntext after the `$` are the commands that were executed, and everything else is\nprogram output.\n\n**If you want to see the repository exactly as it was created by grunt-init, [view\nthe \"generated\" branch][generated].**\n\n\n[grunt-init]: https://github.com/gruntjs/grunt-init\n[issues]: https://github.com/gruntjs/grunt-init/issues\n[init]: https://github.com/gruntjs/grunt/blob/master/docs/task_init.md\n[expect]: https://github.com/gruntjs/grunt-init/blob/master/dev/generate.exp\n[generated]: https://github.com/gruntjs/grunt-init-jquery-sample/tree/generated\n\nNote that this entire build process is automated by a rather complex [expect\nscript][expect], which is used to automate [grunt-init][] in order to\nfacilitate the creation of this and other sample repositories.\n\n```\n$ mkdir grunt-init-jquery-sample \u0026\u0026 cd grunt-init-jquery-sample\n\n$ git init\nInitialized empty Git repository in /private/tmp/grunt-init-jquery-sample/.git/\n\n$ git remote add origin git@github.com:gruntjs/grunt-init-jquery-sample.git\n\n$ grunt-init jquery\nRunning \"init:jquery\" (init) task\nThis task will create one or more files in the current directory, based on the\nenvironment and the answers to a few questions. Note that answering \"?\" to any\nquestion will show question-specific help and answering \"none\" to most questions\nwill leave its value blank.\n\n\"jquery\" template notes:\nProject name should not contain \"jquery\" or \"js\" and should be a unique ID not\nalready in use at plugins.jquery.com. Project title should be a human-readable\ntitle, and doesn't need to contain the word \"jQuery\", although it may. For\nexample, a plugin titled \"Awesome jQuery Plugin\" might have the name\n\"awesome-plugin\". For more information please see the documentation at\nhttps://github.com/jquery/plugins.jquery.com/blob/master/docs/manifest.md\n\nPlease answer the following:\n[?] Project name (grunt-init-jquery-sample) grunt-sample\n[?] Project title (Grunt Sample) Sample Grunt jQuery Plugin\n[?] Description (The best jQuery plugin ever.) \n[?] Version (0.1.0) \n[?] Project git repository (git://github.com/gruntjs/grunt-init-jquery-sample.git) \n[?] Project homepage (https://github.com/gruntjs/grunt-init-jquery-sample) \n[?] Project issues tracker (https://github.com/gruntjs/grunt-init-jquery-sample/issues) \n[?] Licenses (MIT) \n[?] Author name (\"Cowboy\" Ben Alman) \n[?] Author email (none) \n[?] Author url (http://benalman.com/) \n[?] Required jQuery version (*) \n[?] Do you need to make any changes to the above before continuing? (y/N) \n\nWriting .gitignore...OK\nWriting .jshintrc...OK\nWriting .npmignore...OK\nWriting CONTRIBUTING.md...OK\nWriting Gruntfile.js...OK\nWriting README.md...OK\nWriting libs/jquery-loader.js...OK\nWriting libs/jquery/jquery.js...OK\nWriting libs/qunit/qunit.css...OK\nWriting libs/qunit/qunit.js...OK\nWriting src/.jshintrc...OK\nWriting src/grunt-sample.js...OK\nWriting test/.jshintrc...OK\nWriting test/grunt-sample.html...OK\nWriting test/grunt-sample_test.js...OK\nWriting LICENSE-MIT...OK\nWriting package.json...OK\nWriting grunt-sample.jquery.json...OK\n\nInitialized from template \"jquery\".\n\nDone, without errors.\n\n$ tree -I node_modules\n.\n├── CONTRIBUTING.md\n├── Gruntfile.js\n├── LICENSE-MIT\n├── README.md\n├── grunt-sample.jquery.json\n├── libs\n│   ├── jquery\n│   │   └── jquery.js\n│   ├── jquery-loader.js\n│   └── qunit\n│       ├── qunit.css\n│       └── qunit.js\n├── package.json\n├── src\n│   └── grunt-sample.js\n└── test\n    ├── grunt-sample.html\n    └── grunt-sample_test.js\n\n5 directories, 13 files\n\n$ npm install \u003e/dev/null 2\u003e\u00261 # You typically want to see the output of this command.\n\n$ grunt\nRunning \"jshint:gruntfile\" (jshint) task\n\u003e\u003e 1 file lint free.\n\nRunning \"jshint:src\" (jshint) task\n\u003e\u003e 1 file lint free.\n\nRunning \"jshint:test\" (jshint) task\n\u003e\u003e 1 file lint free.\n\nRunning \"qunit:files\" (qunit) task\nTesting grunt-sample.html....OK\n\u003e\u003e 5 assertions passed (25ms)\n\nRunning \"concat:dist\" (concat) task\nFile \"dist/grunt-sample.js\" created.\n\nRunning \"uglify:dist\" (uglify) task\nFile \"dist/grunt-sample.min.js\" created.\nUncompressed size: 876 bytes.\nCompressed size: 178 bytes gzipped (305 bytes minified).\n\nDone, without errors.\n\n$ tree -I node_modules\n.\n├── CONTRIBUTING.md\n├── Gruntfile.js\n├── LICENSE-MIT\n├── README.md\n├── dist\n│   ├── grunt-sample.js\n│   └── grunt-sample.min.js\n├── grunt-sample.jquery.json\n├── libs\n│   ├── jquery\n│   │   └── jquery.js\n│   ├── jquery-loader.js\n│   └── qunit\n│       ├── qunit.css\n│       └── qunit.js\n├── package.json\n├── src\n│   └── grunt-sample.js\n└── test\n    ├── grunt-sample.html\n    └── grunt-sample_test.js\n\n6 directories, 15 files\n\n$ git add .\n\n$ git commit -m 'Committing sample grunt-init \"jquery\" template output.'\n[master (root-commit) 3c400f2] Committing sample grunt-init \"jquery\" template output.\n 19 files changed, 11748 insertions(+)\n create mode 100644 .gitignore\n create mode 100644 .jshintrc\n create mode 100644 CONTRIBUTING.md\n create mode 100644 Gruntfile.js\n create mode 100644 LICENSE-MIT\n create mode 100644 README.md\n create mode 100644 dist/grunt-sample.js\n create mode 100644 dist/grunt-sample.min.js\n create mode 100644 grunt-sample.jquery.json\n create mode 100644 libs/jquery-loader.js\n create mode 100644 libs/jquery/jquery.js\n create mode 100644 libs/qunit/qunit.css\n create mode 100644 libs/qunit/qunit.js\n create mode 100644 package.json\n create mode 100644 src/.jshintrc\n create mode 100644 src/grunt-sample.js\n create mode 100644 test/.jshintrc\n create mode 100644 test/grunt-sample.html\n create mode 100644 test/grunt-sample_test.js\n\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruntjs%2Fgrunt-init-jquery-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgruntjs%2Fgrunt-init-jquery-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruntjs%2Fgrunt-init-jquery-sample/lists"}