14 lines
209 B
Bash
14 lines
209 B
Bash
#! /bin/sh
|
|
#
|
|
# start.sh
|
|
# Copyright (C) 2022 veypi <veypi@qq.com>
|
|
#
|
|
# Distributed under terms of the Apache license.
|
|
#
|
|
|
|
|
|
yarn global add fixjson
|
|
yarn global add prettier
|
|
pip install yapf
|
|
pip install codespell
|