Generate a randomized and unique list of German cities
npx degit https://github.com/benjammin4dayz/99-luftballons de-cities
cd de-cities
npm install
See the available commands listed below
npm start
Generate a file containing a static list of cities to use elsewhere in your code
npm run generate
Print a full list of cities to the console immediately
npm run print
Print a list of cities to the console line-by-line
npm run println