exzyle-aparatus
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Exzyle Aparatus

Build Status GitHub repo size GitHub contributors GPLv3 license TradingView Follow @ExZyle

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-aparatus

Using yarn:

yarn add exzyle-aparatus

Using 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:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. 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:

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.

Package Sidebar

Install

npm i exzyle-aparatus

Weekly Downloads

1,168

Version

1.0.0

License

GPL-3.0-only

Unpacked Size

57.5 kB

Total Files

10

Last publish

Collaborators

  • neowazza