{"id":16092444,"url":"https://github.com/bukinoshita/travis-init","last_synced_at":"2026-02-04T23:32:53.041Z","repository":{"id":18230627,"uuid":"83821491","full_name":"bukinoshita/travis-init","owner":"bukinoshita","description":"Add TravisCI to your project","archived":false,"fork":false,"pushed_at":"2023-01-03T23:23:26.000Z","size":400,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T17:25:50.899Z","etag":null,"topics":["continuous-integration","init","nodejs","travis-ci"],"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/bukinoshita.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":"2017-03-03T17:00:54.000Z","updated_at":"2019-09-26T15:09:39.000Z","dependencies_parsed_at":"2023-01-13T19:43:42.773Z","dependency_job_id":null,"html_url":"https://github.com/bukinoshita/travis-init","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bukinoshita/travis-init","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukinoshita%2Ftravis-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukinoshita%2Ftravis-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukinoshita%2Ftravis-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukinoshita%2Ftravis-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bukinoshita","download_url":"https://codeload.github.com/bukinoshita/travis-init/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukinoshita%2Ftravis-init/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264016713,"owners_count":23544623,"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":["continuous-integration","init","nodejs","travis-ci"],"created_at":"2024-10-09T16:08:28.099Z","updated_at":"2026-02-04T23:32:52.999Z","avatar_url":"https://github.com/bukinoshita.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis-init\n\n\u003e Add TravisCI to your project\n\n[![Build Status](https://travis-ci.org/bukinoshita/travis-init.svg?branch=master)](https://travis-ci.org/bukinoshita/travis-init)\n\n## Install\n\n```bash\n$ npm install --save travis-init\n```\n\n## Usage\n\n```js\nimport travisInit from 'travis-init'\n\nconst opts = {language: 'node_js', versions: ['6', '4']}\n\ntravisInit(opts).then(res =\u003e console.log(res))\n\n// =\u003e .travis.yml created\n```\n\n## API\n### travisInit(options)\n\n#### options\nType: `object`\n\nShould contain `language` and `versions`\n\n#### language\nType: `string`\u003cbr/\u003e\nOptions: for now we only support `node_js`\u003cbr/\u003e\nRequired\n\n#### versions\nType: `array`\u003cbr/\u003e\nOptions:\u003cbr/\u003e\n- `node` - latest stable Node.js release\u003cbr/\u003e\n- `iojs` - latest stable io.js release\u003cbr/\u003e\n- `7` - latest 7.x release\u003cbr/\u003e\n- `6` - latest 6.x release\u003cbr/\u003e\n- `5` - latest 5.x release\u003cbr/\u003e\n- `4` - latest 4.x release\u003cbr/\u003e\n\nRequired\n\n## License\n[MIT](https://github.com/bukinoshita/travis-init/blob/master/LICENSE) \u0026copy; Bu Kinoshita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukinoshita%2Ftravis-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbukinoshita%2Ftravis-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukinoshita%2Ftravis-init/lists"}