1.0.0 • Published 5 years ago

@itwithlyam/cats v1.0.0

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

Cats

Join the school of cats!

Usage

const Cats = require('@itwithlyam/cats')

const cat = new Cats.Cat('Name')

const dog = new Cats.Dog('Name')

console.log(cat.name)

console.log(dog.name)

dog.chase(cat)

Code above returns:

Name Name Name is being chased by Name.

Installation

npm i @itwithlyam/cats

1.0.0

5 years ago

0.0.5-0

5 years ago

0.0.4

5 years ago

0.0.4-0

5 years ago

0.0.3-0

5 years ago

0.0.2-0

5 years ago