Skip to content

Danogo2023/bond-issue

Repository files navigation

Danogo Bond Issue

Building

aiken build

Testing

To run all tests, simply do:

aiken check

To run only tests matching the string foo, do:

aiken check -m foo

Documentation

If you're writing a library, you might want to generate an HTML documentation for it.

Use:

aiken docs

Resources

Find more on the Aiken's user manual.