automation-demo

Automation demo page

Usage no npm install needed!

<script type="module">
  import automationDemo from 'https://cdn.skypack.dev/automation-demo';
</script>

README

automation-demo

Tool to generate different types of React components from the terminal.

Install

$ npm install -g automation-demo

Usage

$ cd ~/test
$ automation-demo

Create your components guided from terminal with a lot of choices

  • Create different kind of components:
    • class
    • hook
  • Set name of the new component
  • Set a different component extension
    • js
    • tsx
  • Set a different style extension
    • css
    • scss
  • Set the destination path of the new component