Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-rzr-i/codesource
Provide an easy, accurate, and organized solution for storing data in your source code about some ideas, comments, or code references, which was an inspiration for realizing your current functionality.
https://github.com/i-rzr-i/codesource
anchor attribute author code document parser reference source
Last synced: 16 days ago
JSON representation
Provide an easy, accurate, and organized solution for storing data in your source code about some ideas, comments, or code references, which was an inspiration for realizing your current functionality.
- Host: GitHub
- URL: https://github.com/i-rzr-i/codesource
- Owner: I-RzR-I
- License: mit
- Created: 2022-12-12T17:34:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T19:17:36.000Z (about 1 month ago)
- Last Synced: 2024-12-23T19:24:26.372Z (about 1 month ago)
- Topics: anchor, attribute, author, code, document, parser, reference, source
- Language: C#
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note** This repository is developed for .netstandard1.0 and .net framework 4.0+
[![NuGet Version](https://img.shields.io/nuget/v/CodeSource.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/CodeSource/)
[![Nuget Downloads](https://img.shields.io/nuget/dt/CodeSource.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/CodeSource/)The primary purpose of this repository/library is to make an easy, accurate, and organized solution for storing data in your source code about some ideas, comments, or code references, which was an inspiration for realizing your current functionality.
From the box is provided an attribute with multiple input parameters such as: `SourceUrl`, `AuthorName`, `Copyright`, `AppliedOn`, and `Comment`.
Also, it was implemented a method that can return a list with every place where was applied attribute grouped by class with user-specified details.
No additional components or packs are required for use. So, it only needs to be added/installed in the project and can be used instantly.
**In case you wish to use it in your project, u can install the package from nuget.org** or specify what version you want:
> `Install-Package CodeSource -Version x.x.x.x`
## Content
1. [USING](docs/usage.md)
1. [CHANGELOG](docs/CHANGELOG.md)
1. [BRANCH-GUIDE](docs/branch-guide.md)