🚀 A project starter for module publisher
Find a file
Joseph Garrone a2fd86b9c3 update
2020-05-14 01:38:05 +02:00
.github/workflows update 2020-05-14 01:38:05 +02:00
src initial commit 2020-05-14 01:17:48 +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 initial commit 2020-05-14 01:17:48 +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.