Full name : LanGong File Station Package
# Git clone
git clone https://github.com/langong-dev/LanFilePackage.git
# Go into this folder
cd ~/<FOLDER>
# Run the install.sh
sudo bash install.sh
# If you are ARM or MacOS, please do this
g++ main.cpp -o LanGong
lfp <Type> <Class> <Name>
Like: . ~/.zshrc
Name |
---|
Bash |
Zsh |
Fish |
You can use this command to use LFP in others terminals
cd ~/LanFilePackage && ./LanGong _COMMANDS_
Type | Class | Name | Mean |
---|---|---|---|
install | github | < PackageUser >/< PackageName > | Install package form GitHub |
install | git | < PackageURL > | Install package from Internet by Git |
install | langong | < PackageName > | Install package from LanGongOnline |
install | langong | < PackageName > | if you don't know which we have, click here |
run | / | < PackageName > | Run your software |
ls | / | / | See your packages list |
uninstall | / | < PackageName > | Delete your App |
update | / | / | Get update |
help | / | / | Help |
log | / | / | Get log |
search | / | / | Search packages |
- Install Github : langong-dev/Zff
lfp install github langong-dev/Zff
- Install Git : https://github.com/langonginc/Zff.git
lfp install git https://github.com/langonginc/Zff.git
- Run Zff
lfp run Zff
- See your packages list
lfp ls
You can use this command: bash install.sh
You can send email to langonginc@yeah.net
.
Your File must have a file named in.index
. Language is bash.
fun(){
./<Your software's entrance>
}
Please put your ALL file into a zip .zip
.