https://github.com/bhom/template-repository
This repository can be used to create brand new BHoM Toolkits :rocket:
https://github.com/bhom/template-repository
bhom operations
Last synced: about 2 months ago
JSON representation
This repository can be used to create brand new BHoM Toolkits :rocket:
- Host: GitHub
- URL: https://github.com/bhom/template-repository
- Owner: BHoM
- License: lgpl-3.0
- Created: 2020-04-09T12:07:36.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-02T17:22:29.000Z (over 2 years ago)
- Last Synced: 2024-01-02T18:39:17.455Z (over 2 years ago)
- Topics: bhom, operations
- Language: C#
- Size: 56.6 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-repository
This repository can be used to create brand new BHoM Toolkits :rocket:
- Just click on the green button above "Use this template" :point_up_2: . Call the new repo with the name of your software followed by `_Toolkit`, e.g. "MySoftware_Toolkit". If you want to develop outside of a repository, you can download the code by clicking "Code" and then saving it as zip.
- Go in your repository or unzipped folder, double click the `RenameToolkitFiles.bat` file. When asked, insert the name of your software, e.g. "MySoftware". All the files and folder will be renamed accordingly.
- Start developing! :rocket:
## Configure development environment
Learn how to [set up your development environment for BHoM here](https://bhom.xyz/documentation/Guides-and-Tutorials/Coding-with-BHoM/).
## Implement the Toolkits
See the instructions for [creating a new toolkit here](https://bhom.xyz/documentation/Contributing/Implementing-a-new-Toolkit/).