1.1.0 • Published 2 years ago

@nerdjs/fluffy-the-cat v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

POC - Fluffy the cat

Fluffy the cat package is a "Proof of concept" to contain and expose a couple of functionalities.

This is a private package.

Installation

npm i @nerdjs/fluffy-the-cat

Usage

import {showMeCats} from "@nerdjs/fluffy-the-cat";

# returns 'hi 🐱'
showMeCats()
import {CatEntity} from "@nerdjs/fluffy-the-cat";

# returns 'The cat 🐱 did purr'
const cat = new CatEntity('🐱');
cat.purr();

Run locally

node package hot realod

npx tsc src/index.ts ---watch --outDir ./dist

Link package to project (consumer)

npm run --prefix <local_package_route> build && npm link <local_package_route>

publish package

  • Build: npm run build && npm publish
  • Build a beta version: npm run build && npm publish --tag beta
1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago