Skip to content

MatteoGabriele/create-npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version npm

create-npm-package

Creates an npm package boilerplate that you don't have to write again.

alt tag

Install

$ npm install -g create-npm-package

Usage

Create new package

$ create-npm-package my-package

Skip the npm name check

The existance of the package name is checked automatically, but you can skip it!

$ create-npm-package my-package --skip-check

Skip git initialization

Git is initialized on package creation, but you can skip it!

$ create-npm-package my-package --skip-git

Use Yarn to install dependencies

$ create-npm-package my-package --yarn

Git configuration

To be able to grab your git global data and add them to the package.json automatically, you need to

$ git config --global user.name 'your name'
$ git config --global user.email 'your@email'

and if you want to add also the repository url, just run

$ git config --global user.url 'https://github.com/your_account_name'

Issues and features requests

Please drop an issue, if you find something that doesn't work, or a feature request at https://github.com/MatteoGabriele/create-npm-package/issues

Follow me on twitter @matteo_gabriele

About

Creates an npm package boilerplate that you don't have to write again 📦

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published