README
Create React Component
The idea with this repo is to make a cli tool for generating react components.
Feature Todos
- CLI Commands
- Schematics
Generate react components with a CLI command
<script type="module">
import codingerCreateReactComponent from 'https://cdn.skypack.dev/@codinger/create-react-component';
</script>
The idea with this repo is to make a cli tool for generating react components.