README
node_scaffold
Scaffolds out a new node.js webapp. Yes I'm aware that yeoman exists. It was quicker to build this than to customize yeoman for my purposes.
Scaffolds out a node.js web application.
<script type="module">
import nodeScaffold from 'https://cdn.skypack.dev/node_scaffold';
</script>
Scaffolds out a new node.js webapp. Yes I'm aware that yeoman exists. It was quicker to build this than to customize yeoman for my purposes.