Skip to content

Fake nerves modules and functions for local development rather than on device. WIP

License

Notifications You must be signed in to change notification settings

nagyist/fake_nerves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeNerves

Pretend you are on a tiny embedded computer to work on you modern cool computer.

Installation

  1. Add fake_nerves to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:fake_nerves, github: "ConnorRigby/fake_nerves"}]
end
```
  1. Ensure fake_nerves is started before your application:
```elixir
def application do
  [applications: [:fake_nerves]]
end
```

About

Fake nerves modules and functions for local development rather than on device. WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages