Many more to come
- Uses Rust under the hood for maximum performance
- Memory safe
- Lightweight
- Crossplatform
- Can use the usual syntax
uni init
uni <install, i, add> <package-names>
uni will automatically prompt for the required package if there is no lock file
uni <remove, rm> <package-name>
uni create astro
If lockfile is present
uni <instructions>
Else, it will prompt for the required package name
- Extending it into a full wrapper for all the pakcage managers such as pip, cargo, flutter, etc...
- Code generation / Custom project generation