project-init
project-init copied to clipboard
Project templates in rust
I have a LaTeX file, `{{ project }}.md/scriv-pmarkdown.latex`. It contains content with `{{` and `}}` as part of the normal LaTeX. If I add the file to the `templates` block...
It seems the project doesn't compile (v3.1.23), this pr fixes the build. While at it I also updated the dependencies.
Hi, thanks for this project! Would it be possible to specify custom keys as additional arguments to the `init` subcommand? For example: ```sh pi init my_library_template awesome_library group=com.example.libs ``` This...
I want to use it from another crate I am working on (which will setup a project and offer some project specific command line utilities). Currently I have dependency on...
Again, not sure if this is a bug or feature request. I have a template that contains a shell script with execute permission, which doesn't seem to be preserved when...
I'm not sure if this is a feature request or a bug report. I have a custom template that is a git repository containing a `.gitignore`. When I run `pi...
e.g. ``` pi l File "/home/tsampson/.pi.toml" could not be opened. Check that it exists. ``` I'm not sure what might be better here. Create one on first run? Through a...
This PR updates most dependencies (except for clap, will get to that one if desired or after this PR). It also uses [`auth-git2`](https://docs.rs/auth-git2) to support cloning private repositories.
Bumps [time](https://github.com/time-rs/time) from 0.1.43 to 0.2.0. Release notes Sourced from time's releases. v0.2.0 See #190 for major details. This is essentially a new crate compared to v0.1, and only has...
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.18 to 0.16.1. Commits a233483 Update to libgit2 1.5.1 bce1555 Merge pull request #909 from ehuss/ssh-keys 222fbf3 Bump versions fa41943 Change the certificate_check callback to support passthrough....