Skip to content

Strider-CD/strider-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors