https://github.com/traptitech/trap-collection-launcher
https://github.com/traptitech/trap-collection-launcher
hacktoberfest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/traptitech/trap-collection-launcher
- Owner: traPtitech
- License: mit
- Created: 2021-04-19T05:05:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-26T10:22:42.000Z (8 months ago)
- Last Synced: 2025-10-26T10:26:58.354Z (8 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trap-collection-launcher
## Development
```bash
npm i
npm run start
```
## Production
```bash
npm i
npm run publish
```
## Make Installer
```bash
npm i
npm run make
```
## Publish to GitHub
Create a new _GitHub Personal Access Token_ in GitHub.
Select scopes: `repo` and `write:packages`.
URL:
```bash
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.
```bash
git add .
git commit -m "v1.x.x" # EDIT!
git push # or create PR
npm run publish
```