KennethTrecy / abstract_chearmyp_node

Abstraction of Chearmyp node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Tests GitHub lines GitHub release (latest SemVer) GitHub closed issues count GitHub pull request count Commits since latest version Lines of code GitHub code size in bytes

Abstract Chearmyp Node

An abstraction of Chearmyp nodes.

Installation

Add it to the dependencies:

[dependencies.abstract_chearmyp_node]
git = "https://github.com/KennethTrecy/abstract_chearmyp_node"
tag = "v1.0.0"

You may also activate all the features:

[dependencies.abstract_chearmyp_node]
git = "https://github.com/KennethTrecy/abstract_chearmyp_node"
tag = "v1.0.0"
features = ["no_std", "assertable_node_kind", "vecdeque_node_queue", "vecdeque_attacher_collection"]

Origin

Some parts of the repository was based from filled_bare_metal branch of Feo Template.

Usage

Initialization

If you want to contribute, this repository should be initialized to adhere in Conventional Commits specification for organize commits and automated generation of change log.

Prerequisites

Instructions

By running the command below, all your commits will be linted to follow the Conventional Commits specification.

$ npm install

Or if you have installed pnpm, run the following command:

$ pnpm install

To generate the change log automatically, run the command below:

$ npx changelogen --from=[tag name or branch name or commit itself] --to=master

Notes

License

The repository is licensed under MIT.

Want to contribute?

Read the contributing guide for different ways to contribute in the project.

Author

Abstract Chearmyp Node was created by Kenneth Trecy Tobias.

About

Abstraction of Chearmyp node.

License:MIT License


Languages

Language:Rust 90.2%Language:JavaScript 4.5%Language:PowerShell 3.9%Language:Shell 1.4%