Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 502 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 502 Bytes

CHANGE-ME README

The CHANGE-ME library.

Usage

Add as a dependency to a Node.js project:

yarn add @conet-project/CHANGE-ME

Import from the package:

import { Person, getGreeting } from '@conet-project/CHANGE-ME'

const person: Person = { name: 'John' }

console.log(getGreeting(person))

Development

Install

yarn

Lint

yarn lint

Test

yarn test

Build

yarn build

Clean

yarn clean