We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78ff80 commit ee49716Copy full SHA for ee49716
README.md
@@ -6,7 +6,8 @@ A template repository for creating an extension package for BioFSharp.
6
7
- `src/BioFSharp.XYZ`: The main project folder. Contains a library with BioFSharp core dependency.
8
- `tests/BioFSharp.XYZ.Tests`: The test project folder. Contains a XUnit test project
9
--
+- `build/build.fsproj`: A FAKE build project that handles building, testing, packaging, publishing, etc.
10
+- `docs`: the docs folder contains an example index.fsx file with simple documentation boilerplate.
11
12
## Setup
13
0 commit comments