invenv5

Version, currently main branch1 version
  • main branchlatestApr 5, 2025

github.com/Nucl3arSn3k/invenv5

tech stack integration attempt

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  invenv5:
    github: Nucl3arSn3k/invenv5
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
Author
Your Name
Target
  • invenv5 from src/invenv5.cr

Dependencies

Runtime Dependencies

README

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

  1. Fork it (https://github.com/your-github-user/invenv6/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors