{"id":16299196,"url":"https://github.com/supreetpal/babel-plugin-boilerplate","last_synced_at":"2026-03-06T07:01:49.324Z","repository":{"id":147476144,"uuid":"59435044","full_name":"supreetpal/babel-plugin-boilerplate","owner":"supreetpal","description":"A setup to get you started on building babel plugins.","archived":false,"fork":false,"pushed_at":"2018-04-19T02:51:30.000Z","size":15,"stargazers_count":44,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T10:51:23.263Z","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/supreetpal.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-05-22T21:23:57.000Z","updated_at":"2023-02-28T08:08:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4ae8716-bab3-455e-a3f6-7e1777dd9f6f","html_url":"https://github.com/supreetpal/babel-plugin-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/supreetpal/babel-plugin-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supreetpal%2Fbabel-plugin-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supreetpal%2Fbabel-plugin-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supreetpal%2Fbabel-plugin-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supreetpal%2Fbabel-plugin-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supreetpal","download_url":"https://codeload.github.com/supreetpal/babel-plugin-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supreetpal%2Fbabel-plugin-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10T20:47:11.168Z","updated_at":"2026-03-06T07:01:49.278Z","avatar_url":"https://github.com/supreetpal.png","language":"JavaScript","readme":"Read babel plugin handbook -\u003e https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md\n\nTry http://astexplorer.net/#/Pcw9baefXI for a visual understanding.\n\n# babel-plugin-boilerplate\n\nAdd a description for the plugin here\n\n## Example\n\n**In**\n\n```js\nlet tips = [\n  \"Paste or drop some JavaScript here and explore the syntax tree created by chosen parser.\",\n  \"You can use all the cool new features from ES6 and even more. Enjoy!\"\n];\n\nfunction printTips() {\n  tips.forEach((tip, i) =\u003e console.log(`Tip ${i}:` + tip));\n}\n```\n\n**Out**\n\n```js\nlet spit = [\"Paste or drop some JavaScript here and explore the syntax tree created by chosen parser.\", \"You can use all the cool new features from ES6 and even more. Enjoy!\"];\n\nfunction spiTtnirp() {\n  spit.hcaErof((pit, i) =\u003e elosnoc.gol(`Tip ${ i }:` + pit));\n}\n```\n\n## Installation\n\n```sh\n$ npm install babel-plugin-boilerplate\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"boilerplate\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins boilerplate script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"boilerplate\"]\n});\n```\n","funding_links":[],"categories":["Boilerplate"],"sub_categories":["React Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupreetpal%2Fbabel-plugin-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupreetpal%2Fbabel-plugin-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupreetpal%2Fbabel-plugin-boilerplate/lists"}