What's this?

A small utility package to quickly generate a custom carbon field component for Yeoman.

It's taking care of generating PHP files, JS files as well as proper file names.

How to install it:

git clone git@github.com:iamntz/yeoman-carbon-field-generator.git carbon-field-generator
cd carbon-field-generator
npm install
npm link

How to use it

Run yo carbon-field and answer the questions.

After that, run

npm install
composer install
npm run dev