@koober/plop-react-native-appicon
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Plop Documentation plugin (@koober/plop-react-native-appicon)

NPM Version License

PlopJS plugin for generating app icon

Installation

npm install --save-dev @koober/plop-react-native-appicon

Usage

In the plopfile.js of your project

// @ts-check
const { PlopPlugin } = require('@koober/plop-plugin');
const PlopRNIcon = require('@koober/plop-react-native-appicon');

module.exports = (
  /** @type {import('@koober/plop-plugin').PlopModule} */
  plop
) => {
  // apply
  PlopPlugin.apply(
    plop,
    // Combine all plugins
    PlopPlugin.compose(
      // ...other plugins
      PlopRNIcon.default(plop, {
        projectName: 'RNAppExample',
      })
      // ...other plugins
    )
  );
};

License

MIT © Julien Polo julien.polo@koober.com

/@koober/plop-react-native-appicon/

    Package Sidebar

    Install

    npm i @koober/plop-react-native-appicon

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    62.3 kB

    Total Files

    37

    Last publish

    Collaborators

    • jarvis_koober
    • alexwf.koober
    • jpolo
    • alexandrech
    • avatar-koober