@open-tech-world/create-node-lib

Node.js CLI tool for creating modern node libraries.

Usage no npm install needed!

<script type="module">
  import openTechWorldCreateNodeLib from 'https://cdn.skypack.dev/@open-tech-world/create-node-lib';
</script>

README

create-node-lib

CLI tool for creating modern Node.js libraries.

Features

  • Creates CLI or Module Library
  • Bundles cjs and es module formats using rollup
  • Use your preferred package manager
  • Eslint configuration
  • Format using prettier
  • Git init
  • Choose open source license

Requirements

  • Node.js >= v10 LTS
  • Latest Npm or Yarn

Usage

# With npm
$ npx @open-tech-world/create-node-lib your-lib-name

# With yarn
$ yarn create @open-tech-world/node-lib your-lib-name

Getting Started

After successful library creation, you can follow the on-screen instructions to get started.

License

MIT © Thanga Ganapathy