This repository was archived by the owner on Apr 18, 2023. It is now read-only.
File tree 4 files changed +10
-68
lines changed
4 files changed +10
-68
lines changed Original file line number Diff line number Diff line change 1
- <p align =" center " >
2
- <a href =" https://tools.codinasion.org/ " target =" _blank " >
3
- <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="../readme/lightTxt.png">
5
- <source media="(prefers-color-scheme: light)" srcset="../readme/darkTxt.png">
6
- <img alt="Codinasion tools" src="./src/lightTxt.png" width="350">
7
- </picture>
8
- </a >
9
- </p >
1
+ <h1 align =" center " >Codinasion Tools</h1 >
2
+
10
3
<p align =" center " >
11
4
A collection of open source tools that can be used to help you in your daily activities.
12
5
</p >
@@ -17,33 +10,11 @@ A collection of open source tools that can be used to help you in your daily act
17
10
18
11
</div >
19
12
20
- <hr />
21
-
22
- <picture align =" center " >
23
- <source media =" (prefers-color-scheme: dark) " srcset =" ../readme/darkBg.png " >
24
- <source media =" (prefers-color-scheme: light) " srcset =" ../readme/lightBg.png " >
25
- <img alt =" Codinasion tools " src =" ./src/lightBg.png " >
26
- </picture >
27
-
28
- <br />
29
- <br />
30
-
31
- ## Table of Contents
32
-
33
- - [ Table of Contents] ( #table-of-contents )
34
- - [ Documentation] ( #documentation )
35
- - [ How To Install] ( #how-to-install )
36
- - [ How To Use] ( #how-to-use )
37
-
38
- <br />
39
-
40
13
<div align =" center " >
41
14
<img src =" https://raw.githubusercontent.com/codinasion/.github/master/assets/rainbow-hr.png " alt =" rainbow hr " width =" 100% " height =" 70% " >
42
15
</div >
43
16
44
- ## Documentation
45
-
46
- ### How To Install
17
+ ## How To Install
47
18
48
19
``` bash
49
20
npm install codinasion-tools
@@ -53,7 +24,7 @@ npm install codinasion-tools
53
24
yarn add codinasion-tools
54
25
```
55
26
56
- ### How To Use
27
+ ## How To Use
57
28
58
29
``` js
59
30
// JavaScript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codinasion-tools" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Collection of open source tools" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- <p align =" center " >
2
- <a href =" https://tools.codinasion.org/ " target =" _blank " >
3
- <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="../readme/lightTxt.png">
5
- <source media="(prefers-color-scheme: light)" srcset="../readme/darkTxt.png">
6
- <img alt="Codinasion tools" src="./src/lightTxt.png" width="350">
7
- </picture>
8
- </a >
9
- </p >
1
+ <h1 align =" center " >Codinasion Tools</h1 >
2
+
10
3
<p align =" center " >
11
4
A collection of open source tools that can be used to help you in your daily activities.
12
5
</p >
@@ -17,39 +10,17 @@ A collection of open source tools that can be used to help you in your daily act
17
10
18
11
</div >
19
12
20
- <hr />
21
-
22
- <picture align =" center " >
23
- <source media =" (prefers-color-scheme: dark) " srcset =" ../readme/darkBg.png " >
24
- <source media =" (prefers-color-scheme: light) " srcset =" ../readme/lightBg.png " >
25
- <img alt =" Codinasion tools " src =" ./src/lightBg.png " >
26
- </picture >
27
-
28
- <br />
29
- <br />
30
-
31
- ## Table of Contents
32
-
33
- - [ Table of Contents] ( #table-of-contents )
34
- - [ Documentation] ( #documentation )
35
- - [ How To Install] ( #how-to-install )
36
- - [ How To Use] ( #how-to-use )
37
-
38
- <br />
39
-
40
13
<div align =" center " >
41
14
<img src =" https://raw.githubusercontent.com/codinasion/.github/master/assets/rainbow-hr.png " alt =" rainbow hr " width =" 100% " height =" 70% " >
42
15
</div >
43
16
44
- ## Documentation
45
-
46
- ### How To Install
17
+ ## How To Install
47
18
48
19
``` bash
49
20
pip install codinasion-tools
50
21
```
51
22
52
- ### How To Use
23
+ ## How To Use
53
24
54
25
``` python
55
26
from codinasion_tools import ConvertDecimalToBinary
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "codinasion-tools" ,
8
- version = "0.1.0 " ,
8
+ version = "0.1.1 " ,
9
9
author = "Harsh Raj" ,
10
10
11
11
description = "A collection of useful open source tools" ,
You can’t perform that action at this time.
0 commit comments