0.1.2 • Published 2 years ago

hotbrains-docs v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

HotBrains docs and examples

Installation

Install with yarn or npm: yarn or npm:

# yarn
yarn add hotbrains-docs
# npm
npm i hotbrains-docs --save

Import the lib with es6 or cjs

// es6
import docs from 'hotbrains-docs';
// cjs
const docs = require('hotbrains-docs');

Usage examples

Helpers

getTutorial
#!/usr/bin/env node
import { getTutorial } = require("hotbrains-docs");

Utils

noThrow
#!/usr/bin/env node
import { noThrow } from 'hotbrains-docs';

(async () => {
    const promise = Promise.resolve("resolved");
    const result = await noThrow(promise);
    console.log(result); // "resolved"
})();

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffee 🙌🏾

📝 License

Copyright © 2022 Hebert F Barros. This project is MIT licensed.

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago