https://github.com/strider-cd/core
Strider Core
https://github.com/strider-cd/core
continuous-integration strider
Last synced: 4 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T00:55:30.000Z (about 8 years ago)
- Last Synced: 2025-05-07T10:09:06.747Z (4 days ago)
- Topics: continuous-integration, strider
- Language: JavaScript
- Size: 222 KB
- Stars: 10
- Watchers: 7
- 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
[](https://travis-ci.org/Strider-CD/core)
[](https://codeclimate.com/github/Strider-CD/core)
[](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
[](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