Skip to content

isabella232/swordfish

 
 

Repository files navigation

NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.

Swordfish Build Status

Swordfish was an experiment in building a group-optimized password management app. It is unmaintained and is likely insecure.

Recommended Reading

Working on Swordfish

Use the bootstrap script to get the environment set up.

script/bootstrap

Now you will need to run the database migrations before you run the server.

bundle exec rake db:create db:migrate

Finally you can start the application.

script/rails s

Running the tests requires PhantomJS. If you're on Mac OS X you can use homebrew to install this for you.

brew install phantomjs

If you hack on Swordfish and end up adding or editing features you will want to run the tests.

bundle exec rake

Want to join the core team?

About

EXPERIMENTAL password management app. Don't use this.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.3%
  • CoffeeScript 28.6%
  • CSS 10.0%
  • Shell 1.1%