Move index file, add config files

Repository details (botten-nappet)
Project page
botten-nappet
Project log category
(195 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
💤 This project is inactive.
📂 This project is open.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
209 commits
Stars
5 stars
Commit details (47e3eb47)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Move index file, add config files

  • Moves the index file to a new folder.
  • Move defaults to configuration files.
  • Define environment variable mapping.

See

Raw text
Move index file, add config files

- Moves the index file to a new folder.
- Move defaults to configuration files.
- Define environment variable mapping.

See

- https://github.com/lorenwest/node-config

Changed files (9)

Path Additions Deletions
config/custom-environment-variables.yml +7 -0
config/default.yml +20 -0
index.ts +1 -453
package-lock.json +26 -12
package.json +3 -0
rollup.config.index.js +1 -0
src/config/config.ts +218 -0
src/main/run.ts +470 -0
src/twitch/helper/token-helper.ts +1 -0

Commit categories (3)