https://github.com/exocoetusjs/client-hooks
plugin-based client hooks management.
https://github.com/exocoetusjs/client-hooks
Last synced: about 1 year ago
JSON representation
plugin-based client hooks management.
- Host: GitHub
- URL: https://github.com/exocoetusjs/client-hooks
- Owner: exocoetusjs
- License: mit
- Created: 2016-07-24T03:30:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T08:51:11.000Z (almost 10 years ago)
- Last Synced: 2025-05-05T06:18:51.219Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 28
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## client-hooks
[![NPM version][npm-version]][npm-url] [![Crates.io][download-rate]][npm-url] [![GitHub license][license]][license-url]

**Explanation:** a exocoetu leap into the sky in the calm sea ...
## Brief Introduction
## Features
client-hooks is a plugin-based client hooks management.
- **High performance:** `client-hooks` introduce competition meachanism.
parallel execution plugin, once any of plugin error occurred, immediately
locate the problem.
- **Automation:** no manulal run command. configuration tasks will be automation
executed by `git`.
- **Plugin-based:** `client-hooks` merely provides a core mechanism. you can
expand its functionality in the form of custome plugins.
- **Simple:** through plugin encapsulate complex logic inside. for `git`
repository manager, only need care current repository what features are
required.
## Getting Started
### Prerequisites
- The installation directory need is a `git` repository.
- Current system install [Git](https://git-scm.com) (version >= `2.9.0`).
- Current system install [Node](https://nodejs.org) (version >= `6.3.1`).
### Basci Installation
```bash
npm install --save-dev client-hooks
```
## Thanks
**Special thanks to the generous sponsorship by:**
support the completion of the project team can not be separated.
## Contribute
### License
client-hooks is released under [MIT License](https://github.com/crux-wild/client-hooks/blob/master/LICENSE).
[npm-url]: https://www.npmjs.com/package/client-hooks
[download-rate]: https://img.shields.io/crates/d/rustc-serialize.svg?maxAge=2592000
[npm-version]: https://badge.fury.io/js/client-hooks.svg
[license-url]:https://raw.githubusercontent.com/clienthooksjs/client-hooks/master/LICENSE
[license]: https://img.shields.io/badge/license-MIT-blue.svg
