Collection of small JavaScript functions and scripts that can be used to interact with Lair server database
- Log into Lair.
- Open a Lair project and collect the PID value.
- Execute the server script against the mongo shell, adhering to the usage defined in the comments of each script.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request