🚀 A project starter for module publisher
Find a file
Joseph Garrone 9f92c32af2 update
2020-05-14 02:05:09 +02:00
.github/workflows update 2020-05-14 01:38:05 +02:00
src update 2020-05-14 02:05:09 +02:00
.gitignore update 2020-05-14 00:47:15 +02:00
package.json update 2020-05-14 01:38:05 +02:00
README.md update 2020-05-14 00:47:15 +02:00
TEMPLATE_README.md update 2020-05-14 01:46:57 +02:00
tsconfig.json update 2020-05-14 01:44:07 +02:00

#{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.