Skip to content

pgarcia-coder/ts-lib-template-

Repository files navigation

package name

A javascript library template

Installation

Install via NPM:

npm install package-name

Usage

javascript

var myApp = require("package-name");

myApp.doSomething(); 

TypeScript

import * as myApp from 'package-name';

myApp.doSomething();

License

This project is licensed under the terms of the MIT license.

About

A typescript library template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published