nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 7 forks source link

refactor(@whook/cli): remove the @whook/cli package #152

Closed nfroidure closed 1 year ago

nfroidure commented 1 year ago

It made no sense to have a separate package for this so including it into the core package. Also embed the watch server code in the core package.

BREAKING CHANGE: Just replace all import from the @whook/cli package by the @whook/whook one and change the watch server code per the new shorter and customizable one.

fix #81