Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 2.67 KB

README.md

File metadata and controls

89 lines (64 loc) · 2.67 KB

kwinit

Quickstart all your projects with ease

License: Unlicense Go Report Card Linter lines of code

Demo

An example of kwinit in action

Installation

You can install this project with Go:

go install github.com/Kaamkiya/kwinit@latest

Alternatively, you can download a binary from the releases page.

Usage

Simply run the binary and follow the prompts!

Support

If you found a bug, feel free to create and issue.

Roadmap

  • Project initialization for more systems
    • Nim (nimble is the package manager)
    • C/C++ (all they really need is a Makefile)
    • Crystal
    • Dotnet
    • Cargo
    • Python
  • Contributing.md generator
  • editorconfig generator (see https://github.com/editorconfig/editorconfig-defaults)
  • Flags to fill out variables without the input interface

Contributing

All types of contributions are welcome! If you would like to make a pull request, please make an issue first and I'll assign it to you.

Please read CONTRIBUTING.md before contributing.

Note: if you want to contribute but don't know where to start, you may want to consider adding a language creator. For example, you could add the code that can create a new Gradle project, or something similar. You could also start by creating an issue for an item on the roadmap, and then making a pull request to have it added.

Authors

Acknowledgements

Thanks to...

License

This project is licensed under the Unlicense.