Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strider-cd/core
Strider Core
https://github.com/strider-cd/core
continuous-integration strider
Last synced: about 1 month ago
JSON representation
Strider Core
- Host: GitHub
- URL: https://github.com/strider-cd/core
- Owner: Strider-CD
- License: bsd-3-clause
- Created: 2015-07-13T04:24:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T00:55:30.000Z (almost 8 years ago)
- Last Synced: 2024-02-21T20:40:50.262Z (10 months ago)
- Topics: continuous-integration, strider
- Language: JavaScript
- Size: 222 KB
- Stars: 10
- Watchers: 8
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# core
Strider Core - API connecting projects and drones for continuous integration/deployment
[![Build Status](https://travis-ci.org/Strider-CD/core.svg)](https://travis-ci.org/Strider-CD/core)
[![Code Climate](https://codeclimate.com/github/Strider-CD/core/badges/gpa.svg)](https://codeclimate.com/github/Strider-CD/core)
[![Test Coverage](https://codeclimate.com/github/Strider-CD/core/badges/coverage.svg)](https://codeclimate.com/github/Strider-CD/core/coverage)Requires Node 6 or greater.
## Related Modules
* [drone](https://github.com/Strider-CD/drone) - Drones are lightweight plugin
runners that are triggered by a project's environments.## Contributing
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
### Building Documentation
```no-highlight
npm run docs
```### Testing
Tests are written with [tape] and Hapi's internal injection system.
```sh
npm test
```Also see https://github.com/phiros/inject-github-pr for easy testing during dev.
[tape]: https://github.com/substack/tape