diff --git a/README.md b/README.md index 38d2305..42d8c59 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ https://wakamaifondue.com/ - [ ] game/bin/www cartridges - [x] public tunnel for your NOSE webapps - [x] public tunnel lives through reboots - - [ ] tunnel to the terminal + - [o] tunnel to the terminal -- Not doing this for now! - [x] web browser - [x] remember your "mode" - [x] status bar on terminal UX - - [ ] quickly open the current webapp + - [x] quickly open the current webapp - [x] "project"-based rehaul - [x] self updating NOSE server - [x] `pub/` static hosting in webapps diff --git a/bin/new.ts b/bin/mkproject.ts similarity index 93% rename from bin/new.ts rename to bin/mkproject.ts index 82ec80e..852bcfc 100644 --- a/bin/new.ts +++ b/bin/mkproject.ts @@ -1,6 +1,4 @@ // Create a new project. -// -// We should probably rename this... import { mkdirSync, writeFileSync } from "fs" import { join } from "path"