Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.19 KB

README.md

File metadata and controls

37 lines (32 loc) · 2.19 KB

Hello there! 👋

This project is under development. Therefore, every user of our framework is bound by the principle of confidentiality.

Branches

Branch Description
main Main branch is branch with our stable version data.
beta Beta branch is for users, who love getting features before others.
dev Development branch is for development purposes. It is a risky idea to use it as the main source of the framework as there is a high probability of an error

Instalation

Windows and Linux

You need to log in to github account while repo is private!

git clone https://github.com/Afilidia/framework.git template
cd template
npm i  
npm start  

Automated Linux install script

WARNING! This installation script doesn't works until repo is private!

wget https://raw.githubusercontent.com/Afilidia/framework/dev/linux-install.sh | sudo ./linux-install.sh

Logger binds

Usage: $(bind) ex. $(fg-green)Success!$(gb-reset)

Type Global Style Foreground Color Background Color Debug Helpers
Binds
  • gb-reset
  • gb-bright
  • gb-bold
  • gb-dim
  • gb-underscore
  • gb-blink
  • gb-reverse
  • gb-hidden
  • fg-black
  • fg-red
  • fg-green
  • fg-yellow
  • fg-blue
  • fg-magenta
  • fg-cyan
  • fg-white
  • bg-black
  • bg-red
  • bg-green
  • bg-yellow
  • bg-blue
  • bg-magenta
  • bg-cyan
  • bg-white
  • stack
  • uptime
  • platform
  • ram