Crates.io | creat_gitignore |
lib.rs | creat_gitignore |
version | 0.1.3 |
source | src |
created_at | 2023-03-22 09:16:56.074973 |
updated_at | 2023-06-29 09:02:05.005601 |
description | Help generate.gitignore Command line tools. |
homepage | |
repository | https://github.com/MikuSugar/creat_gitignore |
max_upload_size | |
id | 816848 |
size | 10,936 |
Help generate .gitignore files for git repositories.The gitignore template file is from the https://github.com/github/gitignore.git
If there is no rust environment, please install rust.
If there is a rust environment/installed
cargo install creat_gitignore
Please execute the init command when using it for the first time.
cgi init
Re-execution will pull the latest template data from GitHub again.
View the list of templates.
cgi ls
cgi add a.gitignore
Add a.gitignore to the custom template library.
cgi help
If you want to add a Java project gitignore template file to a directory /a/b/c
cd /a/b/c
cgi Java
Run the ls command to view the supported templates
cargo unistall creat_gitignore