This repository was archived by the owner on Jul 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
- 16.17.1
1
+ 18.19.0
Original file line number Diff line number Diff line change 2
2
3
3
Check Youtube👇
4
4
5
- [ ![ youtube] ( http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg )] ( http://www.youtube.com/watch?v=s_MvkH3IXrM " " )
5
+ [ ![ youtube] ( http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg )] ( http://www.youtube.com/watch?v=s_MvkH3IXrM )
6
6
7
7
## Installation
8
8
@@ -12,18 +12,18 @@ git clone https://github.com/okhiroyuki/redmobile-modules-generator.git
12
12
13
13
## Requirements
14
14
15
- - RedMobile v8 .x or higher
16
- - node.js @ 16.17.1
15
+ - RedMobile v10 .x or higher
16
+ - node.js @ 18
17
17
18
18
## Usage
19
19
20
20
1 . ` npm i `
21
21
1 . Install the Node-RED Custom Node you want to use with the npm command.
22
22
23
- ``` bash
24
- // sample
25
- npm i node-red-contrib-telegrambot
26
- ```
23
+ ``` bash
24
+ // sample
25
+ npm i node-red-contrib-telegrambot
26
+ ```
27
27
28
28
1 . ` npm run build `
29
29
1 . The ` node_modules.zip ` file will be generated directly under the dist folder.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1 .0.1 " ,
2
+ "version" : " 2 .0.0 " ,
3
3
"description" : " RedMobile Custom Module Generator" ,
4
4
"main" : " main.js" ,
5
5
"scripts" : {
12
12
"modclean" : " 3.0.0-beta.1"
13
13
},
14
14
"engines" : {
15
- "node" : " 16 "
15
+ "node" : " 18 "
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [
4
- " config:base" ,
5
- " :timezone(Asia/Tokyo)"
6
- ],
3
+ "extends" : [" config:base" , " :timezone(Asia/Tokyo)" ],
7
4
"rangeStrategy" : " pin" ,
8
5
"major" : {
9
6
"automerge" : false
10
7
},
11
8
"nodenv" : {
12
- "enabled" : false
9
+ "enabled" : true
13
10
},
14
11
"lockFileMaintenance" : {
15
12
"enabled" : true ,
You can’t perform that action at this time.
0 commit comments