Socket
Book a DemoInstallSign in
Socket

@my-templates/sample-library

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@my-templates/sample-library

Demonstrates a sample library template

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

@my-templates/sample-library Twitter

npm NPM version License GitHub issues GitHub forks GitHub stars GitHub top language

Build and Test package Publish NPM package Libraries.io dependency status for latest release

Patreon sobe.ru LinkedIn

The TypeScript library template. Click "Use this template on GitHub".

Install

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

npm install @my-templates/sample-library

Browser

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

Import package to the project

TypeScript

import sampleLibrary from "@my-templates/sample-library";

JavaScript

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

package.json

Change variables:

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

GitHub publish configurations

  • npm_token
  • github_token

Configure commands

npm run build

npm run watch

npm run test

Demo

See, how it's working: https://runkit.com/lopatnov/sample-library

Test it with a runkit: https://npm.runkit.com/@my-templates/sample-library

Rights and Agreements

License Apache-2.0

Copyright 2019–2021 Oleksandr Lopatnov

Keywords

TypeScript

FAQs

Package last updated on 06 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts