My VFS implement for crystal
-
Add the dependency to your
shard.yml:dependencies: vfs: github: initc/vfs.cr
-
Run
shards install
require "vfs"TODO: Write development instructions here
- Fork it (https://github.com/initc/vfs/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- initdc - creator and maintainer