Crates.io | scpty |
lib.rs | scpty |
version | 1.0.3 |
source | src |
created_at | 2023-05-11 04:38:10.074584 |
updated_at | 2023-06-27 16:13:45.582182 |
description | App that creates the script with shebang. |
homepage | |
repository | |
max_upload_size | |
id | 861828 |
size | 87,867 |
Scpty is a project init tool. This is a cli tool created with the clap framework in rust.
Project is only for unix based operating systems for now. Will add for the windows later.
Do not Install this project using cargo install since cargo will not install the assets needed by the project.
To install,
sudo make clean install
make remake_release
sudo make install
To uninstall the project,
sudo make uninstall
Usage instructions,
scpty -l <lang> <project_name>
The following languages are currently supported by scpty,
This project is licensed under GNU GPL v3.0 or above license. Feel free to use the project.