Template repository to easily bootstrap new program implementations using Solnet.
To quickly bootstrap a new project using the current "standard" project structure for program implementations using Solnet do the following:
-
Click the
Use this templatebutton in the repository page. -
Choose the desired name for the project (i.e.
Solnet.Serum,Solnet.Mango,Solnet.Pyth). -
Clone the newly created repository.
-
Change every
Solnet.Templateoccurrence in the repository to the desired project name:- Namespaces
Solnet.Template.Examplesalready features theIRunnableExampleand the code to get the classes which implement the interface in the assembly
- Directories
- SharedBuildProperties
build.cake
- Namespaces
-
Add a "logo" to the
assetsdirectory. -
Remove the
README.mdfile and renamePLACEHOLDER.mdtoREADME.md. -
As you bootstrap the project, pipelines etc, change the badges accordingly.
-
For generic guidelines on how you should bootstrap the project itself, in order to easily maintain the codebase of a program client implementation, see:
-
??????
-
Profit.