Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 1.86 KB

README.md

File metadata and controls

95 lines (63 loc) · 1.86 KB

Welcome to dolcegusto-cli 👋

NPM version Downloads Version License: MIT Twitter: marcelopaixaor

Automates promo code submission

Usage

Install globally

npm install -g dolcegusto-cli

Install as dependency

npm install dolcegusto-cli
const { DolceGustoApi, DolceGustoApiError } = require('./DolceGustoApi')
// your code

Development

Install dependencies

npm install

Usage

npm run start

Check code

npm run lint

Autofix code

npm run lint:fix

Build E5 code

npm run build

Build self-contained binary

npm run build:bin

Run tests

npm run test

Author

👤 Marcelo Paixão Resende

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator