You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello developers! I want to talk about how I want to continue this project for v2.0 and beyond.
Goal with the project
Making a lot of repositories over the past few months, I realized how tedious setting up everything is, and that is why I created this repository. I wanted to alleviate this painpoint for myself and hopefully for other developers as well. I want this project to be able to work for everyone and not require special tools to get this running. I want a community to be able to easily create and share repository styles - and Node.Js ain't going to cut it.
The solution? Distributed Binaries! They are cross-platform and not tied to any specific language, can be easily installed and ran. Doing things this way will also make this project much easier to maintain.
Contributing
Please direct all PRs to v2 branch
The plan
Language: GOlang.
I want people to be able to create their own repository styles and this repository will serve as a "default style" per say. The tool will be able to pull git repositories and automate most if not all the setup needed. A community style can be chosen with a flag to the tool. Something like proj --repo https://github.com/org/repo-style etc. Also a -d/--directory flag for nested style support.
Spec
By default, we only provide official styles, unless --repo is provided then we consider -d as well.
Each style should contain a template.json file (type structure to be provided in this repo root and hopefully pushed to global json linting scope)
Hello developers! I want to talk about how I want to continue this project for
v2.0
and beyond.Goal with the project
Making a lot of repositories over the past few months, I realized how tedious setting up everything is, and that is why I created this repository. I wanted to alleviate this painpoint for myself and hopefully for other developers as well. I want this project to be able to work for everyone and not require special tools to get this running. I want a community to be able to easily create and share repository styles - and Node.Js ain't going to cut it.
The solution? Distributed Binaries! They are cross-platform and not tied to any specific language, can be easily installed and ran. Doing things this way will also make this project much easier to maintain.
Contributing
Please direct all PRs to
v2
branchThe plan
Language: GOlang.
I want people to be able to create their own repository styles and this repository will serve as a "default style" per say. The tool will be able to pull git repositories and automate most if not all the setup needed. A community style can be chosen with a flag to the tool. Something like
proj --repo https://github.com/org/repo-style
etc. Also a-d/--directory
flag for nested style support.Spec
template.json
file (type structure to be provided in this repo root and hopefully pushed to global json linting scope)I'm very open and looking for contributors to help out. (please 🙏🏻)
The text was updated successfully, but these errors were encountered: