{"id":20313272,"url":"https://github.com/showdownjs/extension-boilerplate","last_synced_at":"2025-04-11T16:52:16.998Z","repository":{"id":32956321,"uuid":"36558608","full_name":"showdownjs/extension-boilerplate","owner":"showdownjs","description":"A boilerplate that can be used to jumpstart your showdown extension development","archived":false,"fork":false,"pushed_at":"2016-11-23T16:21:54.000Z","size":9,"stargazers_count":7,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T12:53:38.156Z","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/showdownjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-05-30T13:14:16.000Z","updated_at":"2023-01-16T22:38:21.000Z","dependencies_parsed_at":"2022-08-29T06:20:09.258Z","dependency_job_id":null,"html_url":"https://github.com/showdownjs/extension-boilerplate","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/showdownjs%2Fextension-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showdownjs%2Fextension-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showdownjs%2Fextension-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/showdownjs%2Fextension-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/showdownjs","download_url":"https://codeload.github.com/showdownjs/extension-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443239,"owners_count":21104366,"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-14T18:10:15.950Z","updated_at":"2025-04-11T16:52:16.972Z","avatar_url":"https://github.com/showdownjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Showdown Extension Boilerplate\n==============================\n\n**A boilerplate that can be used to jumpstart your showdown extension development**\n\n\n## Installation\n\nDownload the source at https://github.com/showdownjs/extension-boilerplate/archive/master.zip and extract its contents \nto the directory of your choice.\n\nIn order to use the boilerplate effectively, node and grunt should be installed and running in your system.\nPlease refer to [npm documentation][1] and [grunt documentation][2] for instructions in how to properly install and configure both.\n\n\n## Quick Usage Guide\n\n 1. Open and edit `package.json` with your extension information.\n \n 2. Install all package dependencies:\n    ```bash\n    npm install\n    ```\n \n 3. Preprare the boilerplate and update configuration by running the following command:\n     ```bash\n     grunt prepare\n     ```\n     This task does 2 things:\n      1. updates `bower.json` and `component.json` to match the contents of `package.json`\n      2. renames the main file in src to match `package.json`.`name` attribute\n     \n     Note: Don't forget to check if the values were copied properly. \n     Also, dependencies may vary between npm, bower and compoenent.\n \n 4. A boilerplate of a generic extension is provided in `src/\u003cyour-extension-name\u003e.js` so you can edit and build your \n    extension file from there\n \n 5. Some generic tests are also provided in `test/\u003cyour-extension-name\u003e.js`.\n \n 6. Run the lint, jscs and test case with this command:\n    ```bash\n    grunt test\n    ```\n\n 7. Prepare your release with prepare-release\n\n[1]: https://docs.npmjs.com/getting-started/installing-node\n[2]: http://gruntjs.com/getting-started\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshowdownjs%2Fextension-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshowdownjs%2Fextension-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshowdownjs%2Fextension-boilerplate/lists"}