{"id":23193769,"url":"https://github.com/vukanac/ci-base-nodejs","last_synced_at":"2025-04-05T07:40:19.238Z","repository":{"id":44221250,"uuid":"114039813","full_name":"vukanac/ci-base-nodejs","owner":"vukanac","description":"CI with NodeJs and TravisCI","archived":false,"fork":false,"pushed_at":"2023-04-19T16:18:34.000Z","size":336,"stargazers_count":0,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T15:17:45.268Z","etag":null,"topics":["ci"],"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/vukanac.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-12T21:13:55.000Z","updated_at":"2021-05-11T13:18:38.000Z","dependencies_parsed_at":"2024-12-18T14:15:07.952Z","dependency_job_id":null,"html_url":"https://github.com/vukanac/ci-base-nodejs","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/vukanac%2Fci-base-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vukanac%2Fci-base-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vukanac%2Fci-base-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vukanac%2Fci-base-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vukanac","download_url":"https://codeload.github.com/vukanac/ci-base-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305906,"owners_count":20917202,"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":["ci"],"created_at":"2024-12-18T13:12:17.815Z","updated_at":"2025-04-05T07:40:19.218Z","avatar_url":"https://github.com/vukanac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project: CI Base with TravisCI\n\n[![Build Status](https://travis-ci.org/vukanac/ci-base-nodejs.svg?branch=master)](https://travis-ci.org/vukanac/ci-base-nodejs)\n\n## Description\n\n\u003e CI with NodeJs and TravisCI\n\nCode is hosted on *GitHub* and tests are run on *TravisCI* on every push to `master` branch.\n\n\nThis is base set of tools that help writing JavaScript code.\n\nThey are not obligatory but they are great help!\n\n### eslint\n\nEslint will help you to write code with consistent style (quotation, indentation, unused variable, ...).\n\n### flow\n\nConsider using `@flow` for type checking.\nIf file starts with `/* @flow */` it will be checked for type use consistency.\nIt will tell if you return type that is not expected, or eg. pass parameter of\nstring and number is expected.\n\nFor example check `src/index.js`.\n\n\n### The best use\n\nInstall plugins to Sublime Text 3:\n\n* SublimeLinter\n* SublimeLinter-contrib-eslint\n* SublimeLinter-flow\n* ESLint-Formatter\n\nOptional:\n\n* Babel\n* DocBlockr\n* FileManager\n* GitGutter\n* Pretty JSON\n* SublimeLinter-annotations\n\n\n## Install\n\n\n    git clone https://github.com/vukanac/ci-base-nodejs.git jsstarter\n    cd jsstarter\n    npm install\n\n## Start dev\n\n    npm run flow start\n    npm run flow status\n    npm test\n    npm run flow stop\n\nWatching for changes:\n\n    npm run test-watch\n\n\n## Test\n\n    npm test\n\n## License\n\nMIT\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvukanac%2Fci-base-nodejs.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvukanac%2Fci-base-nodejs?ref=badge_large)\n\n\nVladimir Vukanac\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvukanac%2Fci-base-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvukanac%2Fci-base-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvukanac%2Fci-base-nodejs/lists"}