1.0.0 • Published 4 years ago

@lopatnov/sample-library v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

@lopatnov/sample-library

NPM version License Build Status Twitter

The TypeScript library template.

Install

https://nodei.co/npm/@lopatnov/sample-library.png?downloads=true&downloadRank=true&stars=true

npm install @lopatnov/sample-library

Browser

<script src="//my-templates.github.io/TypeScript-Library/dist/library.min.js"></script>

Import package to the project

import sampleLibrary from "@lopatnov/sample-library";

or

var sampleLibrary = require("@lopatnov/sample-library");

package.json

Change variables:

  • name
  • description
  • umdName
  • libraryFile
  • main
  • module
  • types
  • homepage
  • repository
  • bugs
  • keywords

commands

npm run build

npm run watch

npm run test

Rights and Agreements

License Apache-2.0

Copyright 2020 Oleksandr Lopatnov