0.0.1 • Published 3 years ago

@friendventure/npm-example v0.0.1

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

npm-example

Example files for npm publish on npmjs.com.

Pipeline status npm npm bundle size


Table of contents


Install

npm i @friendventure/npm-example

Usage

var Example = require("@friendventure/npm-example");
Example.Example("Bob");

// or

import { Example } from "@friendventure/npm-example";
Example("Bob");

Publish new version

# 1.) Update changelog.md

# 2.) Update version

# 1.0.0 -> 1.0.1
npm version patch

# 1.0.0 -> 1.1.0
npm version minor

# 1.0.0 -> 2.0.0
npm version major

# 3.) Publish

npm publish

Credits

0.0.1

3 years ago