Skip to content

LucaPeng/npm-create-node

Repository files navigation

npm-create-node

Quickly create a npm package for node, within TypeScript.

Inspired by npm-create. If you just want to create a normal npm package, please use it.

Installation & Usage

  npm install npm-create-node
  // yarn add npm-create-node

API

  pkgGenerator.createPkg('example', process.cwd()).then((res) => {
    if (res.success) {
      //...
    }
  });

CLI

  npm install npm-create-node -g
  npm-create-node example --path ${target_path}

About

quickly create a node package within TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published