Skip to content

pgarcia-coder/js-lib-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 javascript library template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published