rchuluc-create-component

This script creates a React component folder, with index.js and style.scss

Usage no npm install needed!

<script type="module">
  import rchulucCreateComponent from 'https://cdn.skypack.dev/rchuluc-create-component';
</script>

README

Create component

This CLI tool create React components.

How to use:

*Navigate to desired folder

*Run the following command create-component myComponent

*The component will be created with a JS file and a Sass file already imported

Made by rchuluc