https://github.com/geisonjr/hansomware-foxtrot
https://github.com/geisonjr/hansomware-foxtrot
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geisonjr/hansomware-foxtrot
- Owner: GeisonJr
- License: mit
- Created: 2022-08-28T22:36:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T22:38:40.000Z (over 3 years ago)
- Last Synced: 2025-03-11T11:17:03.178Z (12 months ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)