Skip to content

SuperInstance/Spreader-tool

Repository files navigation

Spreader-tool

Description

Spreader-tool is a TypeScript utility that enables efficient data spreading and manipulation. It is part of the Cocapn Fleet (github.com/SuperInstance).

Installation

npm install @cocapn/spreader-tool

Usage

import { spread } from '@cocapn/spreader-tool';

// Example
const result = spread(sourceData, spreadConfig);
console.log(result);

Run the provided examples:

npm run example   # see examples/ folder

Testing

npm run test      # uses Vitest (vitest.config.ts)

Related

License

MIT – see LICENSE.

About

Tool for distributing content across multiple channels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors