When selecting 'n' to the question "Are you ready to build a Blockstack app?", an app is built anyway.
$ yo blockstack
_-----_ ╭──────────────────────────╮
| | │ Welcome to the │
|--(o)--| │ Blockstack app │
`---------´ │ generator! │
( _´U`_ ) ╰──────────────────────────╯
/___A___\ /
| ~ |
__'.___.'__
´ ` |° ´ Y `
? Are you ready to build a Blockstack app? No
create package.json
create .editorconfig
create .gitignore
create requires.js
create firebase.json
create server.js
create public/app.css
create public/bootstrap.min.css
create public/app.js
create public/icon-192x192.png
create public/index.html
create public/robots.txt
create public/manifest.json
I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
^C