This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ A set of CLI utilities for converting hex numbers to other bases and vise-versa
5
5
## Install
6
6
7
7
``` sh
8
- npm i -g decimaltohex
9
- npm i -g binarytohex
10
- npm i -g hextodecimal
11
- npm i -g hextobinary
8
+ npm i -g @oceanbit/ decimaltohex
9
+ npm i -g @oceanbit/ binarytohex
10
+ npm i -g @oceanbit/ hextodecimal
11
+ npm i -g @oceanbit/ hextobinary
12
12
```
13
13
14
14
## Use
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A CLI utility for converting decimal numbers to hex
5
5
## Install
6
6
7
7
``` sh
8
- npm i -g decimaltohex
8
+ npm i -g @oceanbit/ decimaltohex
9
9
```
10
10
11
11
## Use
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " binarytohex" ,
2
+ "name" : " @oceanbit/ binarytohex" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Convert a binary number to HEX easily" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/crutchcorn /hexhelpers.git" ,
8
+ "url" : " https://github.com/oceanbit /hexhelpers.git" ,
9
9
"directory" : " packages/decimaltohex"
10
10
},
11
11
"keywords" : [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A CLI utility for converting decimal numbers to hex
5
5
## Install
6
6
7
7
``` sh
8
- npm i -g decimaltohex
8
+ npm i -g @oceanbit/ decimaltohex
9
9
```
10
10
11
11
## Use
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " decimaltohex" ,
2
+ "name" : " @oceanbit/ decimaltohex" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Convert a decimal number to HEX easily" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/crutchcorn /hexhelpers.git" ,
8
+ "url" : " https://github.com/oceanbit /hexhelpers.git" ,
9
9
"directory" : " packages/decimaltohex"
10
10
},
11
11
"keywords" : [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A CLI utility for converting hex numbers to binary
5
5
## Install
6
6
7
7
``` sh
8
- npm i -g hextobinary
8
+ npm i -g @oceanbit/ hextobinary
9
9
```
10
10
11
11
## Use
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " hextobinary" ,
2
+ "name" : " @oceanbit/ hextobinary" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Convert a HEX number to binary easily" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/crutchcorn /hexhelpers.git" ,
8
+ "url" : " https://github.com/oceanbit /hexhelpers.git" ,
9
9
"directory" : " packages/hextodecimal"
10
10
},
11
11
"keywords" : [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A CLI utility for converting hex numbers to decimal
5
5
## Install
6
6
7
7
``` sh
8
- npm i -g hextodecimal
8
+ npm i -g @oceanbit/ hextodecimal
9
9
```
10
10
11
11
## Use
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " hextodecimal" ,
2
+ "name" : " @oceanbit/ hextodecimal" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Convert a HEX number to decimal easily" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/crutchcorn /hexhelpers.git" ,
8
+ "url" : " https://github.com/oceanbit /hexhelpers.git" ,
9
9
"directory" : " packages/hextodecimal"
10
10
},
11
11
"keywords" : [
You can’t perform that action at this time.
0 commit comments