Skip to content

opinionmachine/FeatherVane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatherVane, Lightweight Middleware for .NET Applications

WARNING! WARNING! WARNING!

This project is in the conceptualization phase and is not even close to ready!!

DO NOT USE THIS FOR ANYTHING OTHER THAN RESEARCH AT THIS POINT!

Building from Source

  1. Clone the source down to your machine. git clone git://github.com/TheOrangeBook/FeatherVane.git
  2. Ensure Ruby is installed. RubyInstaller for Windows
  3. Ensure git is on your path. git.exe and git.cmd work equally well.
  4. Ensure gems are installed, run:
gem install albacore
gem install semver2
  1. Run rake

Note on Git Submodules

You need to ensure that the submodules are up-to-date. To do this, once you've cloned the project (using clone --recursive), you can use the following command to update to the latest version of the submodules.

git submodule foreach git fetch origin
git submodule foreach git rebase origin/master

Contributing

  1. git config --global core.autoclrf false
  2. Hack!
  3. Make a pull request.

REQUIREMENTS

  • .Net 4.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.8%
  • Ruby 8.2%