Choose a fitting name for your Fallout 4 character that Codsworth can pronounce. https://fwdekker.com/tools/codsworth-namegen
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Florine W. Dekker f878af430d
Use cards to lay out the columns
3 months ago
src/main Use cards to lay out the columns 3 months ago
.editorconfig Add version number and best practices 3 years ago
.gitattributes Use standard template 3 years ago
.gitignore Use standard template 3 years ago
Gruntfile.js Remove inline styles 2 years ago
LICENSE Update repository URL 1 year ago
README.md Use standard template 3 years ago
package-lock.json Upgrade template to v3 4 months ago
package.json Use cards to lay out the columns 3 months ago

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