bin | ||
logo | ||
.gitignore | ||
on_libs.sh | ||
README.md |
LibreCloud library
List of Libraries for Applications Developments
Structure
. ├── bin ├── clds ├── datastores ├── defs ├── filters ├── graphql ├── handlers ├── key_of_life ├── macros ├── tkdr ├── utils └── webenv
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
filters
Rust Libraries Collections for webservices warp filters and routes configuration
Webservices (wrap) Filters Library
graphql
Library for GraphQL
handlers
Handlers for filters with warp
Webservices (wrap) Handlers Library
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