format-util

WebJar for format-util

Лицензия

Лицензия

MIT
Категории

Категории

ORM Данные
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

format-util
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

format-util
WebJar for format-util
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/tmpfs/format-util

Скачать format-util

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/format-util/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>format-util</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/format-util/
implementation 'org.webjars.npm:format-util:1.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/format-util/
implementation ("org.webjars.npm:format-util:1.0.5")
'org.webjars.npm:format-util:jar:1.0.5'
<dependency org="org.webjars.npm" name="format-util" rev="1.0.5">
  <artifact name="format-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='format-util', version='1.0.5')
)
libraryDependencies += "org.webjars.npm" % "format-util" % "1.0.5"
[org.webjars.npm/format-util "1.0.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Table of Contents

Format Util

Build Status npm version Coverage Status.

Lightweight format utility for the browser, based on util.format().

Install

npm i format-util

Usage

var format = require('format-util')
  , msg = format('%s', 'foo');

Developer

Test

Run the test specifications:

npm test

Spec

Compile test specifications for the browser (open test/index.html):

npm run spec

Cover

Generate code coverage:

npm run cover

Browserify

Create a standalone browserify build:

npm run browserify

Lint

Lint the source tree with jshint and jscs:

npm run lint

Clean

Remove generated files:

npm run clean

Docs

To generate all documentation:

npm run docs

Readme

Generate the project readme file mdp:

npm run readme

License

Everything is MIT. Read the license if you feel inclined.

Generated by mdp(1).

Версии библиотеки

Версия
1.0.5
1.0.3