🚀 A project starter for module publisher
Find a file
Joseph Garrone b0d94791f7 update
2020-05-14 03:45:46 +02:00
.github/workflows update 2020-05-14 02:47:14 +02:00
src update 2020-05-14 02:05:09 +02:00
.gitignore update 2020-05-14 00:47:15 +02:00
.npmrc update 2020-05-14 03:45:46 +02:00
package.json update 2020-05-14 02:33:51 +02:00
README.md update 2020-05-14 00:47:15 +02:00
TEMPLATE_README.md update 2020-05-14 02:47:14 +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.