0.0.7 • Published 9 months ago

@algonomia/framework v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Algonomia Framework

License: LGPL v3 TypeScript Version

Algonomia Framework is a TypeScript utility library that provides a collection of helper functions to streamline coding process.

Table of Contents

Getting Started

These instructions will get you a copy of the project on your local machine for development and testing purposes.

Prerequisites

Please make sure you have a recent version of Node.js installed. If not, install it from here.

Installation

To install this library as an external dependency in your project, use npm:

npm install --save @algonomia/framework

Usage

Import the functions you need from the library:

import { functionName } from '@algonomia/framework';

You can then use the function in your TypeScript code:

const result = functionName(args);

Contributing

We welcome contributions from the open-source community. Please read our CONTRIBUTING.md for the process for submitting pull requests to us.

License

This project is licensed under the GNU Lesser General Public License v3 (LGPL-3.0) - see the LICENSE.md file for details.

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.1

2 years ago