{"id":19412952,"url":"https://github.com/dielduarte/babel-maker","last_synced_at":"2026-03-05T09:01:27.981Z","repository":{"id":28317394,"uuid":"118065683","full_name":"dielduarte/babel-maker","owner":"dielduarte","description":"A cli to create initial babel configuration in an easy way","archived":false,"fork":false,"pushed_at":"2022-06-29T00:07:13.000Z","size":38809,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-02T09:21:27.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dielduarte.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":"2018-01-19T02:27:34.000Z","updated_at":"2023-08-22T19:19:57.000Z","dependencies_parsed_at":"2022-07-27T13:30:47.382Z","dependency_job_id":null,"html_url":"https://github.com/dielduarte/babel-maker","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/dielduarte%2Fbabel-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dielduarte%2Fbabel-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dielduarte%2Fbabel-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dielduarte%2Fbabel-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dielduarte","download_url":"https://codeload.github.com/dielduarte/babel-maker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223835366,"owners_count":17211158,"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-10T12:29:30.319Z","updated_at":"2026-03-05T09:01:22.897Z","avatar_url":"https://github.com/dielduarte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-maker\nA cli to create initial babel configuration in a easy way\n\nInstall globally babel-maker\n\n```\n[sudo] npm i -g babel-maker\n```\n\nNow run `babel-maker` on folder that you want create intial babel config, see the babel-maker working bellow:\n\n![gif babel-maker working](./babel-maker.gif)\n\nThat's it! Choose your template and see the magic happening, babel-maker will create your .babelrc and install all dependencies required.\n\n\n## Templates\n\n#### Simple\n\n```js\n//.babelrc\n\n{\n  presets: ['@babel/preset-env']\n}\n\n```\n\n#### React Based\n\n```js\n//.babelrc\n\n{\n  presets: ['@babel/preset-env', 'react']\n}\n\n```\n#### Vue Based\n\n```js\n//.babelrc\n\n{\n  presets: ['@babel/preset-env', 'vue'],\n  plugins: ['jsx-event-modifiers', 'jsx-v-model', 'transform-vue-jsx']\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdielduarte%2Fbabel-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdielduarte%2Fbabel-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdielduarte%2Fbabel-maker/lists"}