Skip to content
Michael Smith edited this page Mar 29, 2019 · 2 revisions

Welcome to the addresser wiki!

Updating City Data

cd utils
node getUsCities.js

Committing a New Version

npm version patch -m "Version %s - <add message here>"
git push && git push --tags
npm publish // Must have already setup environment with npm login
Clone this wiki locally