An open API service indexing awesome lists of open source software.

https://github.com/geisonjr/hansomware-foxtrot


https://github.com/geisonjr/hansomware-foxtrot

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          



HansoMWarE Foxtrot Library


HansoMWarE Inc.






Discord server


MIT Licence


NPM version


NPM downloads


# HansoMWarE Foxtrot

HansoMWarE Foxtrot is a powerful [Node.js](https://nodejs.org) module that allows you to easily interact with the utils functions that are provided by the [HansoMWarE](https://hansowmare.com.br) team.

## Installation

Node.js 10 or newer is required.

Use the package manager [npm](https://docs.npmjs.com/), [yarn](https://classic.yarnpkg.com/lang/en/docs/) or [pnpm](https://pnpm.io/pt/motivation).

```bash
npm install @hansomware/foxtrot
yarn add @hansomware/foxtrot
pnpm add @hansomware/foxtrot
```

## Usage

```typescript
import ware from '@hansomware/foxtrot'
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT License](https://choosealicense.com/licenses/mit/)