simple-dev-sync is a package designed to enhance the development experience of npm packages by automating repetitive tasks. It aims to free developers from tedious and repetitive labor, allowing them to focus on writing code.
The sync-watcher component of simple-dev-sync is responsible for monitoring changes in your source code.
It detects file modifications and triggers actions accordingly.
The dev-sync-injector component is responsible for triggering updates in your build tools such as webpack, vite, or rollup.
It ensures that your project stays in sync with the latest changes in your codebase.
Before using simple-dev-sync, make sure you have yalc installed globally.
You can install it by running the following command: npm install -g yalc
To install simple-dev-sync, you can use npm or yarn:
npm install simple-dev-sync --save-dev
or
yarn add simple-dev-sync --dev
- simple-dev-sync is based on the
yalc
package.
If you encounter any issues or have questions, please open an issue on Github.