Skip to content

CoNET-project/seguro-template

Repository files navigation

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

About

The Seguro Project Template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors