new => mkproject

This commit is contained in:
Chris Wanstrath 2025-10-07 10:33:41 -07:00
parent cae2c1a9b1
commit a745f3c451
2 changed files with 2 additions and 4 deletions

View File

@ -82,11 +82,11 @@ https://wakamaifondue.com/
- [ ] game/bin/www cartridges - [ ] game/bin/www cartridges
- [x] public tunnel for your NOSE webapps - [x] public tunnel for your NOSE webapps
- [x] public tunnel lives through reboots - [x] public tunnel lives through reboots
- [ ] tunnel to the terminal - [o] tunnel to the terminal -- Not doing this for now!
- [x] web browser - [x] web browser
- [x] remember your "mode" - [x] remember your "mode"
- [x] status bar on terminal UX - [x] status bar on terminal UX
- [ ] quickly open the current webapp - [x] quickly open the current webapp
- [x] "project"-based rehaul - [x] "project"-based rehaul
- [x] self updating NOSE server - [x] self updating NOSE server
- [x] `pub/` static hosting in webapps - [x] `pub/` static hosting in webapps

View File

@ -1,6 +1,4 @@
// Create a new project. // Create a new project.
//
// We should probably rename this...
import { mkdirSync, writeFileSync } from "fs" import { mkdirSync, writeFileSync } from "fs"
import { join } from "path" import { join } from "path"