README
Node.js Native-Addon Starter Kit
A sample project to introduce Node.js Native Module (Native Addon) development.
Native bindings for wordexp
<script type="module">
import wordexp from 'https://cdn.skypack.dev/wordexp';
</script>
A sample project to introduce Node.js Native Module (Native Addon) development.