Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

codinasion-archive/codinasion-tools

Repository files navigation

Codinasion tools

A collection of open source tools that can be used to help you in your daily activities.

LICENSE NPM PIP


Codinasion tools

Table of Contents


rainbow hr

Documentation

NPM

npm install codinasion-tools
yarn add codinasion-tools
// JavaScript

import { ConvertDecimalToBinary } from "codinasion-tools";

let binary = ConvertDecimalToBinary(10);
console.log(binary); // 1010
// TypeScript

import { ConvertDecimalToBinary } from "codinasion-tools";

let binary: string = ConvertDecimalToBinary(10);
console.log(binary); // 1010

PIP

pip install codinasion-tools
# Python

from codinasion_tools import ConvertDecimalToBinary

binary = ConvertDecimalToBinary(10)
print(binary) # 1010

rainbow hr

Next_Step

All codinasion-tools 🔧 and their documentation 📄 are easily available on our Website 🤗

rainbow hr

Contributing

If you're looking for a way to contribute, you can scan through our existing issues for something to work on. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read our Contributing Guide how you can take part in improving codinasion-tools.

rainbow hr

Join us in discussions

We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing, join us in the discussions.

rainbow hr

Thanks for contributing 💜

  • Thanks for all your contributions and efforts
  • We thank you being part of our ✨ commUnity ✨ !
rainbow hr

Made with 💖 by Codinasion

rainbow hr