{"id":19838141,"url":"https://github.com/textlint/migrate-textlint-scripts","last_synced_at":"2025-08-17T10:09:41.212Z","repository":{"id":57296979,"uuid":"72990694","full_name":"textlint/migrate-textlint-scripts","owner":"textlint","description":"migration tool for using textlint-scripts from babel.","archived":false,"fork":false,"pushed_at":"2020-04-05T03:28:52.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-16T00:20:53.366Z","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/textlint.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-11-06T12:58:30.000Z","updated_at":"2019-07-07T04:00:21.000Z","dependencies_parsed_at":"2022-09-02T05:41:55.386Z","dependency_job_id":null,"html_url":"https://github.com/textlint/migrate-textlint-scripts","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/textlint/migrate-textlint-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Fmigrate-textlint-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Fmigrate-textlint-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Fmigrate-textlint-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Fmigrate-textlint-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textlint","download_url":"https://codeload.github.com/textlint/migrate-textlint-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Fmigrate-textlint-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270832882,"owners_count":24653636,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-12T12:16:53.064Z","updated_at":"2025-08-17T10:09:41.193Z","avatar_url":"https://github.com/textlint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# migrate-textlint-scripts\n\nMigration tool for using [textlint-scripts](https://github.com/textlint/textlint-scripts \"textlint-scripts\").\n\n**Before**:\n\nYour devDependencies:\n\n- \"babel-cli\"\n- \"babel-preset-es2015\" or \"babel-preset-latest\"\n- \"babel-register\"\n- \"mocha\"\n- \"textlint-tester\n\n`package.json`:\n\n```js\n  \"scripts\": {\n    \"test\": \"mocha test/\",\n    \"build\": \"NODE_ENV=production babel src --out-dir lib --source-maps\",\n    \"watch\": \"babel src --out-dir lib --watch --source-maps\",\n    \"prepublish\": \"npm run --if-present build\"\n  },\n```\n\n**After**:\n\nSimply to use one devDependencies:\n\n- [textlint-scripts](https://github.com/textlint/textlint-scripts \"textlint-scripts\")\n\n`package.json`:\n\n```js\n  \"scripts\": {\n    \"test\": \"textlint-scripts test\",\n    \"build\": \"textlint-scripts build\",\n    \"watch\": \"textlint-scripts build --watch\",\n    \"prepublish\": \"npm run --if-present build\"\n  },\n```\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n    npm install migrate-textlint-scripts -g\n\n## Usage\n\nCLI command:\n\n    Usage\n      $ migrate-textlint-scripts\n \n    Options\n      --yarn  Use yarn if it is specified\n \n    Examples\n      $ migrate-textlint-scripts\n  \n\nSimply run `migrate-textlint-scripts`:\n\n    $ npx migrate-textlint-scripts\n    # Migrating...\n\n## Changelog\n\nSee [Releases page](https://github.com/textlint/migrate-textlint-scripts/releases).\n\n## Running tests\n\nInstall devDependencies and Run `npm test`:\n\n    npm i -d \u0026\u0026 npm test\n\n## Contributing\n\nPull requests and stars are always welcome.\n\nFor bugs and feature requests, [please create an issue](https://github.com/textlint/migrate-textlint-scripts/issues).\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n- [github/azu](https://github.com/azu)\n- [twitter/azu_re](https://twitter.com/azu_re)\n\n## License\n\nMIT © azu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Fmigrate-textlint-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextlint%2Fmigrate-textlint-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Fmigrate-textlint-scripts/lists"}