File tree 7 files changed +19
-30
lines changed
7 files changed +19
-30
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ assignees: ''
7
7
8
8
---
9
9
10
- - [ ] The [ readme] ( https://github.com/PrismarineJS/prismarine-template /README.md ) doesn't contain a resolution to my issue
11
- - [ ] The [ example] ( https://github.com/PrismarineJS/prismarine-template /example.js ) doesn't contain a resolution to my issue
10
+ - [ ] The [ readme] ( https://github.com/PrismarineJS/node-nethernet /README.md ) doesn't contain a resolution to my issue
11
+ - [ ] The [ example] ( https://github.com/PrismarineJS/node-nethernet /example.js ) doesn't contain a resolution to my issue
12
12
13
13
<!-- To mark the checkbox, insert `x` into it: [x] -->
14
14
15
15
## Versions
16
16
- node: #.#.#
17
- - prismarine-template : #.#.#
17
+ - node-nethernet : #.#.#
18
18
19
19
## Detailed description of a problem
20
20
A clear and concise description of what the problem is.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ assignees: ''
7
7
8
8
---
9
9
10
- - [ ] The [ readme] ( https://github.com/PrismarineJS/prismarine-template /README.md ) doesn't contain a resolution to my issue
11
- - [ ] The [ example] ( https://github.com/PrismarineJS/prismarine-template /example.js ) doesn't contain a resolution to my issue
10
+ - [ ] The [ readme] ( https://github.com/PrismarineJS/node-nethernet /README.md ) doesn't contain a resolution to my issue
11
+ - [ ] The [ example] ( https://github.com/PrismarineJS/node-nethernet /example.js ) doesn't contain a resolution to my issue
12
12
13
13
14
14
<!-- To mark the checkbox, insert `x` into it: [x] -->
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # prismarine-template
2
- [ ![ NPM version] ( https://img.shields.io/npm/v/prismarine-template .svg?logo=npm )] ( http://npmjs.com/package/prismarine-template )
3
- [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/PrismarineJS/prismarine-template /ci.yml.svg?label=CI&logo=github )] ( https://github.com/PrismarineJS/prismarine-template /actions?query=workflow%3A%22CI%22 )
4
- [ ![ Try it on gitpod] ( https://img.shields.io/static/v1.svg?label=try&message=on%20gitpod&color=brightgreen&logo=gitpod )] ( https://gitpod.io/#https://github.com/PrismarineJS/prismarine-template )
1
+ # node-nethernet
2
+ [ ![ NPM version] ( https://img.shields.io/npm/v/node-nethernet .svg?logo=npm )] ( http://npmjs.com/package/node-nethernet )
3
+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/PrismarineJS/node-nethernet /ci.yml.svg?label=CI&logo=github )] ( https://github.com/PrismarineJS/node-nethernet /actions?query=workflow%3A%22CI%22 )
4
+ [ ![ Try it on gitpod] ( https://img.shields.io/static/v1.svg?label=try&message=on%20gitpod&color=brightgreen&logo=gitpod )] ( https://gitpod.io/#https://github.com/PrismarineJS/node-nethernet )
5
5
[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/PrismarineJS )] ( https://github.com/sponsors/PrismarineJS )
6
6
7
7
[ ![ Official Discord] ( https://img.shields.io/static/v1.svg?label=OFFICIAL&message=DISCORD&color=blue&logo=discord&style=for-the-badge )] ( https://discord.gg/GsEFRM8 )
8
8
9
+ WIP
9
10
10
11
A template repository to make it easy to create new prismarine repo
11
12
12
13
## Usage
13
14
14
15
``` js
15
- const template = require (' prismarine-template ' )
16
+ const template = require (' nethernet ' )
16
17
17
18
template .helloWorld ()
18
19
```
Original file line number Diff line number Diff line change 1
- const template = require ( 'prismarine-template ' )
1
+ const template = require ( 'node-nethernet ' )
2
2
3
3
template . helloWorld ( )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " prismarine-template " ,
3
- "version" : " 1. 0.0" ,
4
- "description" : " A template repository to make it easy to create new prismarine repo " ,
2
+ "name" : " nethernet " ,
3
+ "version" : " 0.0.1 " ,
4
+ "description" : " (WIP) Minecraft Bedrock nethernet protocol " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " mocha --reporter spec --exit" ,
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git+https://github.com/PrismarineJS/prismarine-template .git"
14
+ "url" : " git+https://github.com/PrismarineJS/node-nethernet .git"
15
15
},
16
16
"keywords" : [
17
17
" prismarine" ,
20
20
"author" : " Romain Beaumont" ,
21
21
"license" : " MIT" ,
22
22
"bugs" : {
23
- "url" : " https://github.com/PrismarineJS/prismarine-template /issues"
23
+ "url" : " https://github.com/PrismarineJS/node-nethernet /issues"
24
24
},
25
- "homepage" : " https://github.com/PrismarineJS/prismarine-template #readme" ,
25
+ "homepage" : " https://github.com/PrismarineJS/node-nethernet #readme" ,
26
26
"devDependencies" : {
27
- "prismarine-template " : " file:." ,
27
+ "node-nethernet " : " file:." ,
28
28
"standard" : " ^17.0.0" ,
29
29
"mocha" : " ^10.0.0"
30
30
}
You can’t perform that action at this time.
0 commit comments