kuma

command module
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: MIT Imports: 1 Imported by: 0

README

Kuma is a powerful framework designed to generate scaffolds for any programming language, based on Go templates. It streamlines the process of setting up new projects by automating the creation of directories, files, and base code, ensuring consistency and saving valuable development time. Additionally, Kuma features a customizable TUI, providing an intuitive and efficient experience both for those creating scaffolds and those using them, making the process accessible and seamless for developers of all levels.

Documentation

Visit kuma-framework.vercel.app/ to view the full documentation.

Official Modules

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests to improve Kuma.

  1. Fork the repository.

  2. Create a branch for your feature:

    git checkout -b feature/my-new-feature
    
  3. Commit your changes:

    git commit -m "Add new feature"
    
  4. Push to the branch:

    git push origin feature/my-new-feature
    
  5. Open a Pull Request.

License

This project is licensed under the MIT license. See the LICENSE file for more details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
commands/create
create.go
create.go
ui/selectInput
Package multiInput provides functions that help define and draw a multi-input step
Package multiInput provides functions that help define and draw a multi-input step
ui/textInput
Package textinput provides functions that help define and draw a text-input step
Package textinput provides functions that help define and draw a text-input step
ui/utils/steps
Package steps provides utility for creating each step of the CLI
Package steps provides utility for creating each step of the CLI
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL