tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

Start/stop namespace of states #125

Open xiongtx opened 1 year ago

xiongtx commented 1 year ago

I've several different services in the same monorepo. Each has some defstates, but I don't want to start all states, only those extending from some core namespace for a particular service.

It'd be nice if there was some start-from-ns function that takes namespaces and starts defstates in those namespaces as well as any dependent ones.