Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profiluefter/posgen
A NetBeans Java project generator written in C#
https://github.com/profiluefter/posgen
Last synced: 13 days ago
JSON representation
A NetBeans Java project generator written in C#
- Host: GitHub
- URL: https://github.com/profiluefter/posgen
- Owner: profiluefter
- Created: 2019-12-07T19:06:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T20:58:44.000Z (about 5 years ago)
- Last Synced: 2024-11-10T12:13:15.523Z (2 months ago)
- Language: C#
- Homepage: https://gitlab.com/profiluefter/PosGen
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PosGen
A utility that generates NetBeans projects with certain requirements.
## Features
- Create a valid NetBeans project with either Ant or Maven
- Optionally inserts [my CLIGui Library](https://gitlab.com/profiluefter/CLIGui) into the project
- Fast to use console interface## Intended Use Case
This tool was originally made for my personal use in school. I probably already invested more time in this project than it will ever save me so feel free to use it as well.
## Todo
- Apache Maven project generation
- Menu option to select if JUnit 4 should be added to the project
- Automatically update itself and libraries using GitLab/GitHub API## Contributing
If you want to contribute to this tool you can do so on the [upstream GitLab repository](https://gitlab.com/profiluefter/PosGen). Pull requests on the GitHub mirror will not be merged.