Skip to content

Lgdev07/ex_json_parser

Repository files navigation

Ex Json Parser

Ex Json Parser

Parse your json into Elixir map easily 📚

Made with Elixir LiveView 🚀

GitHub language count Made by Lgdev07 License Stargazers

Installation and execution   |    Tests   |    How to contribute   

🎉 Presentation

🚀 Installation and execution

  1. Clone this repository and go to the directory;
  2. Install mix dependencies make setup;
  3. Start the server with make server;

🧪 Tests

  1. Run make test;

📚 Docs

  1. Run make docs;

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.
  • After the merge of your pull request is done, you can delete your branch.