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 62a2bb042e
Prevent columns from interleaving
Fixes #2.
2021-04-29 13:26:50 +02:00
src/main Prevent columns from interleaving 2021-04-29 13:26:50 +02: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 Add LICENSE 2019-06-13 19:00:53 +02:00
README.md Use standard template 2020-10-01 20:26:11 +02:00
package-lock.json Remove inline styles 2021-04-28 13:50:44 +02:00
package.json Prevent columns from interleaving 2021-04-29 13:26:50 +02: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