28 lines
329 B
Markdown
28 lines
329 B
Markdown
# Digital-IDE
|
|
|
|

|
|
|
|
|
|
|
|
---
|
|
|
|
## Developer
|
|
|
|
make pakage:
|
|
|
|
```bash
|
|
python script/command/make_package.py
|
|
```
|
|
|
|
make package.json command title token:
|
|
|
|
```bash
|
|
python script/command/make_title_token.py
|
|
```
|
|
|
|
|
|
translate title token:
|
|
|
|
```bash
|
|
python script/command/translate_from_en.py
|
|
``` |