https://github.com/bhom/urbandesign_toolkit
Urban Design Toolkit
https://github.com/bhom/urbandesign_toolkit
Last synced: 11 months ago
JSON representation
Urban Design Toolkit
- Host: GitHub
- URL: https://github.com/bhom/urbandesign_toolkit
- Owner: BHoM
- License: lgpl-3.0
- Created: 2023-03-01T15:32:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:30:06.000Z (over 2 years ago)
- Last Synced: 2024-01-03T20:32:00.453Z (over 2 years ago)
- Language: C#
- Size: 42 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
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 [Getting Started for Developers](https://bhom.xyz/documentation/Guides-and-Tutorials/Coding-with-BHoM/).
## Implement the Toolkits
See the instructions in [the documentation page on the BHoM_Toolkit](https://bhom.xyz/documentation/Basics/The-BHoM-Toolkit).