https://github.com/elixirscript/blueprint
https://github.com/elixirscript/blueprint
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elixirscript/blueprint
- Owner: elixirscript
- License: mit
- Created: 2017-05-04T03:30:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T18:49:47.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T19:39:46.499Z (about 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blueprint
A minimal test framework for Elixir. The purpose of blueprint is to be a test framework for both Elixir and ElixirScript.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `blueprint` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:blueprint, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/blueprint](https://hexdocs.pm/blueprint).