amble icon indicating copy to clipboard operation
amble copied to clipboard

First class, scalable rust project generator with batteries included.

Results 12 amble issues
Sort by recently updated
recently updated
newest added

**Description** Follows #55 Add a `--with-labels` flag that tells amble to post labels to the project git repository. When `--full` is passed, this should happen automatically. If the directory is...

**Description** Introduces `preamble2`, a `preamble` rewrite.

**Description** Automatically created `main` branch protection rule if a git repository is generated or the project directory is detected to be a git repo. This should behave similarly to labels.

C: Good First Issue

**Description** Since crate doc comments were inlined, doc comments in the `README.md` are no longer run. Use the doc comment crate to execute these doc comments in `lib.rs`.

**Description** Expose decolored license fetching with blocking calls. This prevents downstream `preamble` library users from silent coloring, making the call explicitly blocking. Optionally, an `async` feature should be added that...

**Description** Update the `preamble` crate documentation and run doc tests for the readme with [doctest](https://github.com/BurntSushi/aho-corasick/blob/master/src/lib.rs#L236-L237)

**Description** Fix any one-shot binary and library projects for the release workflow.

**Description** Update the Github Release workflow to provide verbose and meaningful release descriptions. Is it possible to use an llm for auto-generating this? Maybe there's already a published llm github...

**Description** Extend the github release to be built for a matrix of system architectures.