https://github.com/strider-cd/strider-local
https://github.com/strider-cd/strider-local
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strider-cd/strider-local
- Owner: Strider-CD
- Created: 2013-11-03T05:22:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T23:17:37.000Z (over 9 years ago)
- Last Synced: 2025-08-31T22:51:44.391Z (9 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Local provider
Test locally! Have a local strider instance test every commit you make.
## Usage:
- Install in strider: `npm install strider-local` within the strider directory.
- Install globally `npm install -g strider-local`
Then from within any local git repository, you can run `strider-local`, and it
will create a new project in strider and add a `post-commit` hook to your
repository, such that whenever you commit, your local strider box will test
your code!
To remove both the project and the post-commit hook, run the
`.git/remove-strider` script.
### Security
This should only be used on your local box; in its current form, strider-local
*will store your username and password* in a local file. So only run this with a
local strider instance, with a dummy username and password that you don't care
about.
In the future, strider will implement Hawk, and this security concern should
be mitigated.