@tecfancy/mws
v0.1.0
Published

Maintainers
Readme
MWS (Multi Wiki Server)

MWS is a simple package designed to efficiently manage and oversee multiple TiddlyWiki instances seamlessly.
Quick Start
First, install the package globally:
npm i -g @tecfancy/mwsThen, run the following command to start the server:
mws startThis will start the server on port 4236. You can access the server by visiting http://localhost:4236 in your browser.
Use the following command to stop the server:
mws stopFeatures
- Use
PM2to manage server and TiddlyWiki instances - Support add and delete TiddlyWiki instance
- Customize TiddlyWiki instance title
- Customize TiddlyWiki instance subtitle
- More features are coming soon, stay tuned ;-)
