Choose a fitting name for your Fallout 4 character that Codsworth can pronounce. https://fwdekker.com/tools/codsworth-namegen
Go to file
Florine W. Dekker f878af430d
Use cards to lay out the columns
2022-12-14 22:57:44 +01:00
src/main Use cards to lay out the columns 2022-12-14 22:57:44 +01:00
.editorconfig Add version number and best practices 2020-03-14 12:45:53 +01:00
.gitattributes Use standard template 2020-10-01 20:26:11 +02:00
.gitignore Use standard template 2020-10-01 20:26:11 +02:00
Gruntfile.js Remove inline styles 2021-04-28 13:50:44 +02:00
LICENSE Update repository URL 2022-02-28 17:07:36 +01:00
README.md Use standard template 2020-10-01 20:26:11 +02:00
package-lock.json Upgrade template to v3 2022-11-21 22:17:55 +01:00
package.json Use cards to lay out the columns 2022-12-14 22:57:44 +01:00

README.md

Codsworth name generator

Choose a fitting name for your Fallout 4 character that Codsworth can pronounce. This tool gives you a list of names that look like yours so that you can pretend he's saying the right name.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy