chore: initialize project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
node_modules/
|
||||
.superpowers/
|
||||
.vscode/
|
||||
@@ -0,0 +1,5 @@
|
||||
# Torn Attribute Training Tracker
|
||||
|
||||
A userscript for [torn.com](https://www.torn.com) that shows a floating dialog on the gym page with your attribute, target, and ETA.
|
||||
|
||||
_(installation and usage coming once tasks complete)_
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "torn-attribute-training-tracker",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "node --test tests/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user