➡️ Extendable syncpack configuration, part of the terminal-nerds/configs project.
ℹ️ This configuration package require these tools to use locally on your device(s):
Latest Node.js LTS (Long-Term Support) version
- One of Node.js package managers:
- Latest syncpack version
👣 Follow the steps below:
-
Install it with the
Node.js package manager of your choice (in our case, we use
pnpm).
pnpm install --save-dev syncpack @terminal-nerds/syncpack-config
-
Create an syncpack configuration file -
syncpackrc.config.js
. -
Extend this module package configuration.
import { CONFIG } from "@terminal-nerds/syncpack-config"; const config = { ...CONFIG, }; export default config;
📖 For the syncpack CLI usage, please refer to its documentation.
None, so far.
🔐 For more information, please refer to the Security section at the root of the terminal-nerds/configs monorepo.
🤝 Contributions of any kind are welcome!
Please refer to our CONTRIBUTING file (at the root of this project repository - terminal-nerds/configs) for more information if you wish to get involved.
⚖️ For more information, please refer to the License section at the root of the terminal-nerds/configs monorepo.