github.com/Nucl3arSn3k/invenv5
main / published Apr 5, 2025 / repository
tech stack integration attempt
invenv6
Inventory controll
Installation
install kemal
run shards install
run make
run nim c --cc:gcc --app:lib --noMain --header --out:libloginhandle.so --passL:"-lcurl" login_codegen.nim
run crystal build --release src/invenv6.cr --link-flags="-L/app/src/codegen -Wl,-rpath,/app/src/codegen" to compile with linked C functionality.
Usage
Just use the webapp. You'll defintely need to point the URL at the CIF server though.
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/invenv6/fork)
- 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 a new Pull Request
Contributors
- Nucl3arSn3k - creator and maintainer
API
- Invenv6
- SessionAuthHandler
Route protection
- SessionHandlers