Skip to content

traPtitech/trap-collection-launcher

Repository files navigation

trap-collection-launcher

Development

npm i
npm run start

Production

npm i
npm run publish

Make Installer

npm i
npm run make

Publish to GitHub

Create a new GitHub Personal Access Token in GitHub. Select scopes: repo and write:packages. URL: https://github.com/settings/tokens/new

npm i
cp .env.example .env

Edit .env file and add your GitHub Personal Access Token. Set KOUDAISAI to true or false to enable or disable Koudaisai mode.

Update version number in package.json file if you need.

git add .
git commit -m "v1.x.x" # EDIT!
git push # or create PR
npm run publish