@nerdjs/fluffy-the-cat
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @nerdjs/fluffy-the-cat

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

3.92 kB

Total Files

14

Last publish

Collaborators

  • remiwid
  • eric_ga
  • ouralien
  • olivierkastel