https://github.com/intellitect/text-trolley-hackathon2022
https://github.com/intellitect/text-trolley-hackathon2022
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intellitect/text-trolley-hackathon2022
- Owner: IntelliTect
- License: mit
- Created: 2023-02-20T17:12:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T07:21:31.000Z (over 2 years ago)
- Last Synced: 2025-08-06T13:41:34.902Z (6 months ago)
- Language: C#
- Size: 644 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# New Repo Project
The new-repo project is a default template for .NET Foundation projects. It's also probably a fine start for other .NET projects (have at it, but change the license). It contains the correct license, a decent README, and initial project structure (including a standard .gitignore for the Visual Studio family of products).
You can learn more about the project from the project [Documentation](Documentation).
## Using New Repo
You can simply `git clone` this project to get started. It is recommended that you don't preserve history of the project (it isn't generally meaningful) for your repo, but make a copy and `git init` your project from source.
Consult [CHECKLIST.md] for helpful suggestions on preparing your repo to go public.
## Building
You don't "build" New Repo, however, this will be meaningful for many other projects.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for information on contributing to this project.
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/)
to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
## License
This project is licensed with the [MIT license](LICENSE).
## .NET Foundation
New Repo is a [.NET Foundation project](https://dotnetfoundation.org/projects).
## Related Projects
You should take a look at these related projects:
- [.NET Core](https://github.com/dotnet/core)
- [ASP.NET](https://github.com/aspnet)
- [Mono](https://github.com/mono)