55f8d4dc61 | ||
---|---|---|
.gitignore | ||
LICENSE-APACHEv2 | ||
LICENSE-MIT | ||
README.md | ||
add-project | ||
per-project.nimble.develop |
README.md
nim-workspace
A Nimble-based environment for working on one or more Status Nim projects.
Commands
./add-project <project-name>
Clones a Status project you intend to work on. An interactive script will ask you whether you also want to clone each of the transitive dependencies of the project. All dependencies that were not cloned for development will be installed in the Nimble cache.
Projects can be removed from the workspace by just deleting the respective
directory. This will result in Nimble installing the project's package in
the global cache during the next nimble build
.