@frc-web-components/create-plugin

1.1.4 • Public • Published

Create Plugin

Package for creating plugins for FRC Web Components

created by create-create-app.

Usage

npx create-plugin <name>

Template string reference

Don't forget to remove this before publishing your package!

  • {{name}} => create-plugin
  • {{upper name}} => CREATE-PLUGIN
  • {{lower name}} => create-plugin
  • {{capital name}} => CreatePlugin
  • {{capital name space=true}} => Create Plugin
  • {{camel name}} => createPlugin
  • {{snake name}} => create_plugin
  • {{kebab name}} => create-plugin
  • {{space name}} => create plugin
  • {{uuid}} => 7a50068c-43cb-431a-b8fe-5e0d5bf6ed28
  • {{upper (uuid)}} => 05125171-C56B-4565-9E05-02C910649828
  • {{description}} => Package for creating plugins for FRC Web Components
  • {{author}} => Amory Galili
  • {{email}} => amorygalili@gmail.com
  • {{contact}} => Amory Galili amorygalili@gmail.com
  • {{license}} => MIT
  • {{year}} => 2022
  • {{custom}} => (undefined until it is defined in extra field in create function arguments)

See https://github.com/uetchy/create-create-app#template for the further details.

Readme

Keywords

none

Package Sidebar

Install

npm i @frc-web-components/create-plugin

Weekly Downloads

1

Version

1.1.4

License

MIT

Unpacked Size

1.73 MB

Total Files

15

Last publish

Collaborators

  • amorygalili