@imgcook/plugin-generate

0.1.9 • Public • Published

@imgcook/plugin-generate

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

Dependencies (3)

Dev Dependencies (2)

Package Sidebar

Install

npm i @imgcook/plugin-generate

Weekly Downloads

0

Version

0.1.9

License

ISC

Unpacked Size

9.83 kB

Total Files

5

Last publish

Collaborators

  • yorkie
  • zhou605555926
  • jonchen003
  • yukrain
  • gindis