Library
Go to file
2022-02-14 11:51:30 +00:00
bin chore: rename handlers to wraphandlers 2022-02-14 11:51:30 +00:00
logo chore: change logo 2021-09-01 14:00:30 +01:00
.gitignore init repo 2021-08-28 15:04:40 +01:00
on_libs.sh chore: rename handlers to wraphandlers 2022-02-14 11:51:30 +00:00
README.md chore: rename handlers to wraphandlers 2022-02-14 11:51:30 +00:00
status_git.sh chore: rename handlers to wraphandlers 2022-02-14 11:51:30 +00:00

LibreCloud library

Fork me on GitHub

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

Bin library

clds

Clouds definitions CLDS Library

defs

Definitions Library collection of basic applications needs

Defs Library

datastores

Datastores Library for data stores connections

Data Stores Library

graphql

Library for GraphQL

GraphQL Library

kye_of_life

Getting master key

Key of Life Library

macros

Rust Macros Libraries for applications

Macros Library

utils

Utilities and tools library

Utils Library

tkdr

Encrypt/Decrypt and templating

Tkdr Library

webenv

To init and load application

Webenv library

wrapfilters

Rust Libraries Collections for wrap webservices warp filters and routes configuration

Wrap Webservices Filters Library

wraphandlers

Wrap Handlers for filters with warp

Wrap Webservices Handlers Library