8000 GitHub - GustavoZiaugra/nasa_cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GustavoZiaugra/nasa_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build the CLI with Docker

  1. Run
docker build --tag nasa .
  1. Access the container
docker run -it nasa bash

How to build the CLI without Docker

  1. Install Elixir version 1.11.3 (Oficial documentation).
https://elixir-lang.org/install.html
  1. Install Erlang version 22.0.7 (Oficial documentation).
https://erlang.org/doc/installation_guide/INSTALL.html
  1. Move to the repository directory
cd nasa
  1. Install dependencies
mix deps.get
  1. Build the app
mix escript.build

Running CLI:

./nasa < test/nasa/fixtures/template_file.txt

If you need some help you can run:

./nasa --help

Running Tests

Into the project directory

mix test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0