mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
chore: Move the gen readme in a separate folder than bin
This commit is contained in:
parent
17c351fb4b
commit
3a1950133d
2 changed files with 3 additions and 1 deletions
2
tools/README.md
Normal file
2
tools/README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
This folder is not really intended to be used by users.
|
||||||
|
Contains helpers for certain stuff (such as generating the games list Markdown table).
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import * as fs from 'node:fs'
|
import * as fs from 'node:fs'
|
||||||
import GameResolver from '../lib/GameResolver'
|
import GameResolver from '../lib/GameResolver.js'
|
||||||
|
|
||||||
const gameResolver = new GameResolver()
|
const gameResolver = new GameResolver()
|
||||||
|
|
Loading…
Reference in a new issue