{"id":21303132,"url":"https://github.com/bzon/gitgraph-ci-branching","last_synced_at":"2025-09-07T08:39:06.700Z","repository":{"id":141940527,"uuid":"66450928","full_name":"bzon/gitgraph-ci-branching","owner":"bzon","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-14T04:18:06.000Z","size":279,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T08:28:41.035Z","etag":null,"topics":[],"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/bzon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2016-08-24T09:30:36.000Z","updated_at":"2016-08-24T09:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"30aa86dc-1205-42b4-826f-8b19e0f9115c","html_url":"https://github.com/bzon/gitgraph-ci-branching","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/bzon%2Fgitgraph-ci-branching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fgitgraph-ci-branching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fgitgraph-ci-branching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fgitgraph-ci-branching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bzon","download_url":"https://codeload.github.com/bzon/gitgraph-ci-branching/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243776709,"owners_count":20346353,"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-21T15:59:00.095Z","updated_at":"2025-03-15T18:46:03.278Z","avatar_url":"https://github.com/bzon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![gitgraph.js](/assets/logo/gitgraph-logo.png)\n\n[![Build Status](https://secure.travis-ci.org/nicoespeon/gitgraph.js.png)](http://travis-ci.org/nicoespeon/gitgraph.js) [![devDependency Status](https://david-dm.org/nicoespeon/gitgraph.js/dev-status.png)](https://david-dm.org/nicoespeon/gitgraph.js#info=devDependencies)\n===========\n\nA JavaScript library to draw pretty git graphs in the browser.\n\nProject page: \u003chttp://gitgraphjs.com/\u003e\n\n## How to start\n\nYou have different options to start with the library:\n\n- [Download the latest release](https://github.com/nicoespeon/gitgraph.js/releases/latest).\n- Clone the repo: `git clone git://github.com/nicoespeon/gitgraph.js.git`.\n- Install with [Bower](http://bower.io/): `bower install gitgraph.js`.\n- Use [the CDNjs hosted lib](https://cdnjs.com/libraries/gitgraph.js).\n\nProduction files are available under the `build/` directory.\n\n## Report a bug / Ask for a feature\n\nYou found some nasty bug or have a cool feature request? [Just open a new issue](https://github.com/nicoespeon/gitgraph.js/issues).\n\nPlease have a look at [the Issue Guidelines](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md) from [Nicolas Gallagher](https://github.com/necolas) before doing so.\n\n## Documentation\n\nThe JavaScript source code is documented with [JSDoc](http://usejsdoc.org/).\n\n## Contributing\n\nEditor preferences are available in [the editor config](https://github.com/nicoespeon/gitgraph.js/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at \u003chttp://editorconfig.org\u003e.\n\nThe project uses [Grunt](http://gruntjs.com) with convenient methods for our workflow. It's how we lint our code, run tests, generate documentation, etc. To use it, install the required dependencies as directed and then run the following Grunt commands.\n\n### Install Grunt\n\nFrom the command line:\n\n- Install `grunt-cli` globally with `npm install -g grunt-cli`.\n- Install [the necessary local dependencies](https://github.com/nicoespeon/gitgraph.js/blob/master/.editorconfig) with `npm install`.\n\nWhen completed, you'll be able to run the various Grunt commands provided from the command line.\n\n[\u003e Need more information about how to get started with Grunt?](http://gruntjs.com/getting-started)\n\n### Available Grunt commands\n\n#### test code - `grunt test`\n\nCheck source code against [JSHint](http://www.jshint.com/) then runs unit tests with [Jasmine](http://pivotal.github.io/jasmine/).\n\n#### generate documentation - `grunt doc`\n\nGenerate source code documentation into `dist/docs/` (not versioned) with [JSDoc](http://usejsdoc.org/).\n\n#### compile a non-versioned release - `grunt dist`\n\nClean `dist/` directory, lint code, output the minified release into `dist/gitgraph.min.js` and generate the documentation into `dist/docs/`.\n\n#### compile a new release - `grunt release`\n\nLint code, output the source and minified releases into `build/` and generate the official documentation into `docs/`.\n\n#### open a live reload server - `grunt server`\n\nFor a better code experience, this grunt task opens a live server in your favorite browser. This server is automatically reloaded when you save a project file.\n\nPlease note that `examples/index.html` is the default file for testing ;)\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) as a guideline for our versioning here.\n\n### What does that mean?\n\nReleases will be numbered with the following format:\n\n```\n\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e\n```\n\nAnd constructed with the following guidelines:\n\n- Breaking backward compatibility bumps the `\u003cmajor\u003e` (and resets the `\u003cminor\u003e` and `\u003cpatch\u003e`)\n- New additions without breaking backward compatibility bumps the `\u003cminor\u003e` (and resets the `\u003cpatch\u003e`)\n- Bug fixes and misc. changes bumps the `\u003cpatch\u003e`\n\n## Authors and contributors\n\n**Nicolas Carlo** - [@nicoespeon](https://twitter.com/nicoespeon) } \u003chttp://nicoespeon.com\u003e\n\n**Fabien Bernard** - [@fabien0102](https://twitter.com/fabien0102)\n\n## Copyright and License\n\nCopyright (c) 2013 Nicolas CARLO and Fabien BERNARD under [the MIT license](https://github.com/nicoespeon/gitgraph.js/blob/master/LICENSE.md).\n\n[\u003e What does that mean?](http://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzon%2Fgitgraph-ci-branching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbzon%2Fgitgraph-ci-branching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzon%2Fgitgraph-ci-branching/lists"}