mirror of
https://github.com/usetrmnl/sensor_scanner.git
synced 2026-04-29 13:45:14 -07:00
098f40d9675dfa2a4c3db363fb2e57af456fd10d
Necessary to organize this within the `bin` folder.
:toc: macro
:toclevels: 5
:figure-caption!:
= Sensor Scanner
toc::[]
== Features
== Requirements
. link:https://www.ruby-lang.org[Ruby].
== Setup
To set up project, run:
[source,bash]
----
git clone https://github.com/bkuhlmann/sensor_scanner
cd sensor_scanner
bin/setup
----
== Usage
== Development
To contribute, run:
[source,bash]
----
git clone https://github.com/usetrmnl/sensor_scanner
cd sensor_scanner
bin/setup
----
You can also use the IRB console for direct access to all objects:
[source,bash]
----
bin/console
----
== Tests
To test, run:
[source,bash]
----
bin/rake
----
== Credits
* Built with link:https://alchemists.io/projects/rubysmith[Rubysmith].
* Engineered by {trmnl_link}.
Languages
C++
69.2%
Ruby
23.9%
Shell
3.9%
Makefile
3%