@adchitects/syncpack-config
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@adchitects/syncpack-config

package version badge

➡️ Extendable syncpack configuration, part of the adchitects/configs project.


Prerequisites

node.js version support badge supported syncpack version badge

ℹ️ This configuration package require these tools to use locally on your device(s):

  1. node.js icon Latest Node.js LTS (Long-Term Support) version
  2. One of Node.js package managers:
  3. Latest syncpack version

Basic usage

👣 Follow the steps below:

  1. Install it with the node.js icon Node.js package manager of your choice (in our case, we use pnpm icon pnpm).

     pnpm install --save-dev syncpack @adchitects/syncpack-config
  2. Create an syncpack configuration file - .syncpackrc.(c)js.

  3. Extend this module package configuration.

    const config = {
    	...require("@adchitects/syncpack-config"),
    };
    
    module.exports = config;

📖 For the syncpack CLI usage, please refer to its documentation.


Used configurations & plugins

Dependencies badge

None, so far.


Security

workflow security badge

🔐 For more information, please refer to the Security section at the root of the adchitects/configs monorepo.


Contributing

contributors badge

🤝 Contributions of any kind are welcome!

Please refer to our CONTRIBUTING file (at the root of this project repository - adchitects/configs) for more information if you wish to get involved.


License

license badge

⚖️ For more information, please refer to the License section at the root of the adchitects/configs monorepo.

Package Sidebar

Install

npm i @adchitects/syncpack-config

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

9.21 kB

Total Files

6

Last publish

Collaborators

  • mateusz.k
  • adchitects-dev