-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation 🔥
Currently, mastering nano-jsx
is a difficult task for a beginner web developer (I am not going to offend you).
To improve this situation, How about nano-jsx
providing a cli?
Cli’s feature (?)
- easier setup:
nano-jsx create [APP]
nano-jsx create
should only handle a very simple setup. I think a more detailed setup to ask questions by dialog should be done withcreate-nano-jsx-app
- easier serve:
nano-jsx serve
with express6 - earsier build:
nano-jsx build
- easier dev server:
nano-jsx start
ornano-jsx dev
- earsier deploy:
nano-jsx deploy
with "Node.js & vercel" or "deno & Deno Deploy” - and more (docs, info, help)
How about do you think about this? If it looks good, I want to start to work on this little by little.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request