Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 413 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 413 Bytes

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.