1.0.2 • Published 3 years ago

@achavarriafh/create-npm-package v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago