ts-ci/README.template.md
Joseph Garrone f405b1cc58 update
2020-05-15 22:51:31 +02:00

1.2 KiB

#{DESC}#

Home - Documentation - Chat


Install / Import

> npm install --save #{REPO_NAME}#
import { myFunction, myObject } from '#{REPO_NAME}#'; 
//OR to import a specific file:
import { myFunction } from '#{REPO_NAME}#/myFunction'
import { myObject } from '#{REPO_NAME}#/myObject'

CI

This repository has has continus integration and automatic publishing implemented via GitHub Action.

Refer to TEMPLATE_README.md for instructions.