README
Generator Shuttlecraft
Shuttlecraft is a minimal yeoman generator for creating react modules to distribute on npm.
Install
npm install -g yo
npm install -g generator-shuttlecraft
yo shuttlecraft
cd <project-name>
npm run examples
A small reactjs yeoman generator
<script type="module">
import generatorShuttlecraft from 'https://cdn.skypack.dev/generator-shuttlecraft';
</script>
Shuttlecraft is a minimal yeoman generator for creating react modules to distribute on npm.
npm install -g yo
npm install -g generator-shuttlecraft
yo shuttlecraft
cd <project-name>
npm run examples