Skip to content

r-coh/scry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scry

TODO: Add description

Building from this repository

For Scry to work on your machine ensure you have erlang and elixir installed. Build app by running:

mix deps.get
mix escript.build  

these commands will generate an executable scry on the root folder, that serves as our app. You can run commands on your terminal in the following format.

./scry --help

Installation

If available in Hex, the package can be installed by adding scry to your list of dependencies in mix.exs:

def deps do
  [
    {:scry, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scry.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages