
Simple Progressbar
Create progressbar easily
Get support »
Report Bug
·
Request Feature
📦 Installation
- Using yarn:
yarn add generate-progressbar
- Using npm:
npm i generate-progressbar
🤓 Usage
import { generate } from "generate-progressbar";
const bar = generate(10, 50);
using custom options
import { generate } from "generate-progressbar";
const options = {
empty: "-",
end: "|",
full: "+",
seperator: "o",
start: "|",
};
const bar = generate(10, 50);
📄 License
Copyright © 2021 Barış DEMİRCİ.
Distributed under the GPL-3.0 License. See LICENSE
for more information.
🧦 Contributing
Feel free to use GitHub's features.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/my-feature
)
- Run prettier and eslint (
npm run format && npm run lint
)
- Commit your Changes (
git commit -m 'my awesome feature my-feature'
)
- Push to the Branch (
git push origin feature/my-feature
)
- Open a Pull Request
🔥 Show your support
Give a ⭐️ if this project helped you!
📞 Contact