https://github.com/scottlilly/solutionscribe
Visual Studio extension to create LICENSE, README, and other solution documents
https://github.com/scottlilly/solutionscribe
documentation-generator license-management readme-generator
Last synced: about 2 months ago
JSON representation
Visual Studio extension to create LICENSE, README, and other solution documents
- Host: GitHub
- URL: https://github.com/scottlilly/solutionscribe
- Owner: ScottLilly
- License: mit
- Created: 2025-05-21T11:01:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-26T16:15:21.000Z (5 months ago)
- Last Synced: 2025-06-12T12:52:54.989Z (4 months ago)
- Topics: documentation-generator, license-management, readme-generator
- Language: C#
- Homepage:
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SolutionScribe
Visual Studio extension to create documentation files for your solutions.
Solution Scribe can create these files for you: CHANGELOG.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE.txt, README.md
The files will be placed in the "Solution Items" folder. The folder will be created if it does not already exist.
The available licenses are:
- Apache License, Version 2.0
- Common Development and Distribution License 1.0
- Eclipse Public License version 2.0
- GNU General Public License version 2
- GNU General Public License version 3
- GNU Lesser General Public License version 2.1
- GNU Lesser General Public License version 3
- GNU Library General Public License version 2
- Mozilla Public License 2.0
- The 2-Clause BSD License
- The 3-Clause BSD License
- The MIT License## Project Overview
## Installation
Install the VSIX file## How to use
## Requirements
## Contributing
Contributions are welcome. Please submit issues or pull requests to the GitHub repository.## License
This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ScottLilly/SolutionScribe/blob/master/LICENSE.txt) for details.## Contact
For questions or feedback, please [open an issue here on GitHub](https://github.com/ScottLilly/SolutionScribe/issues).