Skip to content

Commit

Permalink
chore: Move the gen readme in a separate folder than bin
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Oct 30, 2023
1 parent 17c351f commit 3a19501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion bin/genreadme.js → tools/genreadme.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

import * as fs from 'node:fs'
import GameResolver from '../lib/GameResolver'
import GameResolver from '../lib/GameResolver.js'

const gameResolver = new GameResolver()

Expand Down

0 comments on commit 3a19501

Please sign in to comment.