exzyle-aparatus
v1.0.0
Published
A set of utilities and tools for data storage and manipulation.
Maintainers
Readme
Exzyle Aparatus
Exzyle-Aparatus is a utility that provides tools allowing developers to build modules and frameworks.
Initial classes will provide generic storage classes that can be extended to support specifics.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
node
Installing exzyle-aparatus
To install exzyle-aparatus, follow these steps:
Using npm:
npm i exzyle-aparatusUsing yarn:
yarn add exzyle-aparatusUsing exzyle-aparatus
To use exzyle-aparatus, simply require or import the module.
Using node
const aparatus = require('exzyle-aparatus');
const { ExzyleParameterHolder } = require('exzyle-aparatus');Using typescript
import * as aparatus from 'exzyle-aparatus';
import { ExzyleParameterHolder } from 'exzyle-aparatus';Contributing to exzyle-aparatus
To contribute to exzyle-aparatus, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Contributors
Thanks to the following people who have contributed to this project:
- @exzyle 💻📖⚠️
Contact
If you want to contact me you can reach me on TradingView @ExZyle.
Alternatively try reaching out on twitter @ExzyleFreedom.
License
This project uses the following license: GNU General Public License version 3.
