@imgcook/plugin-images

0.1.7 • Public • Published

@imgcook/plugin-images

When using imgcook to generate export code, we take into account the requirements of processing code products (template + style + JS) generated by imgcook platform (such as automatically uploading pictures to our own image space, file directory conversion, etc.), so we open plugin ecological mechanism to provide these capabilities for you to use, and hope to be interested We can build together.

Develop

/**
 * @name plugin example
 * @param option: { data, filePath, config }
 * - data: module and generate code Data
 * - filePath: Pull file storage directory
 * - config: cli config
 */

const pluginHandler = async options => {
  let { data } = options;
  // body...
  return data;
};

module.exports = (...args) => {
  return pluginHandler(...args).catch(err => {
    console.log(err);
  });
};

Reference Example

Readme

Keywords

Package Sidebar

Install

npm i @imgcook/plugin-images

Weekly Downloads

2

Version

0.1.7

License

ISC

Unpacked Size

12.9 kB

Total Files

7

Last publish

Collaborators

  • yorkie
  • zhou605555926
  • jonchen003
  • yukrain
  • gindis