1.0.4 • Published 3 years ago

@koober/plop-react-native-appicon v1.0.4

Weekly downloads
1,574
License
MIT
Repository
gitlab
Last release
3 years ago

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

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.1

5 years ago