npm-init-kit
v1.0.0
Published
CLI to create npm package starters
Readme
create-npm-package
npm-pkg-builder is a simple CLI tool designed to quickly set up and publish a basic npm package. It helps you scaffold the structure for your npm package, complete with configuration files, and guides you through the process of publishing it on npm.
With this tool, you can easily create a project template, configure your package, and publish it globally for others to use.
Features
- Scaffold a basic npm package with necessary files.
- Supports both JavaScript and TypeScript options.
- Option to add a license to your package.
- Fully customizable
package.jsonwith all the essentials. - Ready-to-use for global CLI tools.
Prerequisites
- Node.js (v12.0.0 or higher)
- npm (v6.0.0 or higher)
Installation
To install the npm-pkg-builder globally, run the following command:
npm install -g npm-pkg-builder