knox

(★ 15)

Full stack application for creating, combining, and storing combinatorial genetic design spaces.

File Explorer

  • .clang-format
  • .gitignore
  • .gitmodules
  • docker-compose.yml
  • Dockerfile
  • LICENSE
  • pom.xml
  • README.md
  • sbol.xml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

mvn

View Details ▼

Apache Maven: build and manage Java-based projects.

mvn compile

Compile a project:

mvn package

Compile and package the compiled code in its distributable format, such as a `jar`:

mvn package {{[-D|--define]}} skipTests

Compile and package, skipping unit tests:

// repository documentation