Socket
Book a DemoInstallSign in
Socket

@imgcook/generator-react

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imgcook/generator-react

generate a new project from a react template

latest
Source
npmnpm
Version
0.1.8
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@imgcook/generator-react

Generate a new project from a react template.

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

  • Example 1:https://github.com/imgcook-plugin/plugin-react-mod-add
  • Example 2:https://github.com/imgcook-plugin/plugin-generate
  • Example 3: https://github.com/imgcook-plugin/plugin-images

Keywords

imgcook

FAQs

Package last updated on 17 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts