mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
1.2 KiB
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.