Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusenov/utils-js
Вспомогательные функции для JavaScript.
https://github.com/gusenov/utils-js
clipboard javascript javascript-library js utility-function utility-library utils
Last synced: about 5 hours ago
JSON representation
Вспомогательные функции для JavaScript.
- Host: GitHub
- URL: https://github.com/gusenov/utils-js
- Owner: gusenov
- License: mit
- Created: 2017-11-19T18:55:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T22:33:08.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T17:37:27.743Z (about 1 month ago)
- Topics: clipboard, javascript, javascript-library, js, utility-function, utility-library, utils
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/utils4js
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installing utils-js
```bash
$ npm install utils4js --save
```# Bundling and Minification
```bash
$ npm run-script bundle
```