{"id":21937615,"url":"https://github.com/cap32/babel-register-cli","last_synced_at":"2025-04-22T12:12:40.594Z","repository":{"id":57189035,"uuid":"50552617","full_name":"Cap32/babel-register-cli","owner":"Cap32","description":"Just like babel-node, but using babel-register. You could use it in production.","archived":false,"fork":false,"pushed_at":"2017-08-16T07:02:45.000Z","size":31,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T12:12:23.656Z","etag":null,"topics":["babel","babel-node","babel-register","cli","es2015","es2016","es2017","es6","es7","node"],"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/Cap32.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":"2016-01-28T03:38:45.000Z","updated_at":"2017-12-12T12:26:32.000Z","dependencies_parsed_at":"2022-09-15T03:53:02.097Z","dependency_job_id":null,"html_url":"https://github.com/Cap32/babel-register-cli","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fbabel-register-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fbabel-register-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fbabel-register-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap32%2Fbabel-register-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cap32","download_url":"https://codeload.github.com/Cap32/babel-register-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237832,"owners_count":21397401,"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":["babel","babel-node","babel-register","cli","es2015","es2016","es2017","es6","es7","node"],"created_at":"2024-11-29T01:20:45.711Z","updated_at":"2025-04-22T12:12:40.568Z","avatar_url":"https://github.com/Cap32.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-register-cli\n\n[![Build Status](https://travis-ci.org/Cap32/babel-register-cli.svg?branch=master)](https://travis-ci.org/Cap32/babel-register-cli)\n\nJust like babel-node, but using babel-register. So you could use it in production.\n\n\n## Why\n\n- You should not be using `babel-node` in production. [https://babeljs.io/docs/usage/cli/](https://babeljs.io/docs/usage/cli/)\n- `babel-register` is fussy. See below for detail.\n\n\n### Before\n\n\n```js\n// index.js\n\nrequire('babel-register');\nrequire('./my-es6.js');\n\n```\n\n```shell\n\nnode index.js\n\n```\n\n\n### Now\n\n```shell\n\nbabel-register my-es6.js\n\n```\n\n\n## Usage\n\nJust the same with `node`.\n\n\n## Installation\n\nUsing [npm](https://www.npmjs.com/):\n\n    $ npm install babel-register-cli -g\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcap32%2Fbabel-register-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcap32%2Fbabel-register-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcap32%2Fbabel-register-cli/lists"}