https://github.com/allenkeys/projectmetadatagenerator
This application use reflection to get project metadata/document attributes, and write the output to different text files(.txt, .pdf & JSON) using File I/O. This afford description of project assemblies in terms of title, version, description of members, or trademark to developers.
https://github.com/allenkeys/projectmetadatagenerator
Last synced: 2 months ago
JSON representation
This application use reflection to get project metadata/document attributes, and write the output to different text files(.txt, .pdf & JSON) using File I/O. This afford description of project assemblies in terms of title, version, description of members, or trademark to developers.
- Host: GitHub
- URL: https://github.com/allenkeys/projectmetadatagenerator
- Owner: Allenkeys
- Created: 2023-01-23T18:29:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T01:04:17.000Z (over 2 years ago)
- Last Synced: 2025-01-23T19:37:08.924Z (4 months ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project MetaData Generator
> This application use reflection to get project metadata/document attributes, and write the output to different text files(.txt, .pdf & JSON) using File I/O. This afford description of project assemblies in terms of title, version, description of members, or trademark to developers.
## Built With
- Major languages: C#
- Frameworks: .NET 6.0
- Technologies: Github and Visual Studio## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone the repository into your local machine
- Open the solutions file in Visual Studio### Prerequisites
- An understanding of C#
- A github account and Visual Studio installed in local machine### Install
- You’ll need to set up your machine to run .NET core.
- You can find the installation instructions on the [.NET Core Downloads](https://dotnet.microsoft.com/download)## Authors
👤 **Joshua Eze**
- GitHub: [@Allenkeys](https://github.com/Allenkeys)
- Twitter: [@jdgraay](https://twitter.com/jdgraay)
- LinkedIn: [Eze Joshua](https://linkedin.com/in/eze-joshua)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/allenkeys/ProjectMetaDataGenerator/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
## 📝 License
This project is [MIT](./LICENSE) licensed.