npm install @maximka777/fcli* Add components.
``bash`
fcli -c ComponentName WhereToInsert
#### Example
`bash`
fcli -c CoolButton ./common/buttons/
This command will create such files hierarchy:
```
./common/buttons/
|- cool-button
|- state
|- ui.js
|- data.js
|- index.js
|- cool-button.scss