├── LICENSE ├── README.md ├── athena_template.json ├── index.js ├── install_packages.bat ├── package.json └── start.bat /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lawin0129/AthenaProfileGenerator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lawin0129/AthenaProfileGenerator/HEAD/README.md -------------------------------------------------------------------------------- /athena_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lawin0129/AthenaProfileGenerator/HEAD/athena_template.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lawin0129/AthenaProfileGenerator/HEAD/index.js -------------------------------------------------------------------------------- /install_packages.bat: -------------------------------------------------------------------------------- 1 | npm i -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lawin0129/AthenaProfileGenerator/HEAD/package.json -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- 1 | node index.js 2 | pause --------------------------------------------------------------------------------