0.0.4 • Published 5 years ago

generator-single-components v0.0.4

Weekly downloads
18
License
-
Repository
github
Last release
5 years ago

generator-single-components NPM version Build Status Coverage Status

⚠️ This project deprecated

This project was deprecated since 0.0.4 version. Fork it if you need additional features, or use hygen for blazing fast components scaffolding.

Installation

npm install -g generator-single-components

Usage

This is really easiest way to generate bem blocks.

yo single-components

You can create multiple blocks.

Block1 Block2 Block3

Basic structure of generated block:

blockName/
  ├──blockName.markupExtension
  └──blockName.styleExtension

Supported extensions

At the current time you can generate react and vue components.

If you want see your favorite component -- open issue or pull request :smile:

License

MIT © lamartire