farbenmeer/pocket

CLI

Closed this issue · 0 comments

There should be a command line interface with some commands to actually use the framework with application code.
For now it should be sufficient to have two commands:

  • pocket build will invoke webpack with the configuration from #1 and build the code in the application's routes directory to some .pocket directory (I guess)
  • pocket start will start the server from that .pocket directory.