jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

Manage and install project dependencies #15

Open jfilby opened 2 years ago

jfilby commented 2 years ago

Dependencies such as Nimble packages, CSS and JS frameworks and libraries should be tracked in a YAML config file. The exact or minimum version numbers required per dependency can also be tracked.

The Nexus cmd program would have additional functionality to install or upgrade these dependencies.