newreactfile

Simple Node tool to create a React component with accompanying (Jest) test

Usage no npm install needed!

<script type="module">
  import newreactfile from 'https://cdn.skypack.dev/newreactfile';
</script>

README

newRctFile

Simple tool to create a React component with accompanying Jest test The generated files are oppinionated

Install:

npm install -g newRctFile

Usage:

> newreactfile SuperComponent.js
Created  SuperComponent.js __tests__SuperComponent-test.js
> newreactfile frontend/components/messages/NewMessage.jsx
Created  NewMessage.jsx __tests__NewMessage-test.js

TODO

  • support more templates
  • custom templates