Skip to content

achavarriafh/create-npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Npm Package

Note that you will need to use npm 6 or higher.

Run:

npm i -g npm

To install latest version of npm

Usage

Interactive mode

npx @achavarriafh/create-npm-package
Or using npm init
npm init @achavarriafh/npm-package

Command mode

npx @achavarriafh/create-npm-package <projectName>

Example:

npx @achavarriafh/create-npm-package my-first-package
Or using npm init
npm init @achavarriafh/npm-package <projectName>

Example:

npm init @achavarriafh/npm-package my-first-package

Using a proxy

If you are behind a proxy, configure https_proxy environment variable.

Built-in starters

Developing locally

If you want to add features, clone this repo, open terminal:

Install dependencies

npm install

Then, compile and run the starter:

npm run dev

And it will help you test out your changes.

Citations

Created by Alexander Chavarria:

Forked from Create Stencil App:

License

  • MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published