bin | ||
logo | ||
.gitignore | ||
on_libs.sh | ||
README.md | ||
status_git.sh |
LibreCloud library
List of Libraries for Applications Developments
Structure
. ├── bin ├── clds ├── datastores ├── defs ├── graphql ├── key_of_life ├── macros ├── tkdr ├── utils ├── webenv ├── wrapfilters └── wraphandlers
How to install
Clonning or downloading this repository will not include code, each item has his own individual repository
Keep all libraries in one place and run use on_lib.sh script, review script and comment unnecesary items or any other change.
For create via git clone command, use:
export REPO_URL=https://rlung.librecloud.online
# create a directory or go to directory where libs are going to be created (cloned)
mkdir lib
[path-to-libs.sh]/on_libs.sh clone
For update or sync via git pull command, use:
export REPO_URL=https://rlung.librecloud.online
# Go to directory where libs exists
cd lib
[path-to-libs.sh]/on_libs.sh pull
bin
Tools and utils: Scripts and tools to maintain this library
clds
Clouds definitions CLDS Library
defs
Definitions Library collection of basic applications needs
datastores
Datastores Library for data stores connections
graphql
Library for GraphQL
kye_of_life
Getting master key
macros
Rust Macros Libraries for applications
utils
Utilities and tools library
tkdr
Encrypt/Decrypt and templating
webenv
To init and load application
wrapfilters
Rust Libraries Collections for wrap webservices warp filters and routes configuration
Wrap Webservices Filters Library
wraphandlers
Wrap Handlers for filters with warp