# @sgtech/splitmulti-iframe-sdk

> A JavaScript SDK for splitmulti

Latest version **1.0.2** (published 2023-09-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install @sgtech/splitmulti-iframe-sdk
pnpm add @sgtech/splitmulti-iframe-sdk
yarn add @sgtech/splitmulti-iframe-sdk
bun add @sgtech/splitmulti-iframe-sdk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2023-09-25 |
| First published | 2023-09-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10 |
| Dependencies | 25 |
| Unpacked size | 605 KB |
| Known vulnerabilities | 0 (+4 in 2 direct dependencies) |
| Install scripts | no |
| Author | Yusuf Abdullah |
| Maintainers | timi_sage, sagegrey |
| Keywords | sdk, api, javascript |

## Links

- npm: https://www.npmjs.com/package/@sgtech/splitmulti-iframe-sdk
- Repository: https://github.com/SAGE-GREY-TECH/splitmulti_sdk_iframe
- Homepage: https://github.com/SAGE-GREY-TECH/splitmulti_sdk_iframe#readme
- Issues: https://github.com/SAGE-GREY-TECH/splitmulti_sdk_iframe/issues
- npm.io page: https://npm.io/package/@sgtech/splitmulti-iframe-sdk

## Dependencies (25)

- [sys](https://npm.io/package/sys.md) 0.0.1
- [gulp](https://npm.io/package/gulp.md) ~4.0.x
- [karma](https://npm.io/package/karma.md) 6.4.x
- [yargs](https://npm.io/package/yargs.md) ~17.5.x
- [colors](https://npm.io/package/colors.md) 1.4.0
- [jshint](https://npm.io/package/jshint.md) ~2.13.5
- [xml2js](https://npm.io/package/xml2js.md) ~0.4.x
- [js-yaml](https://npm.io/package/js-yaml.md) 4.1.x
- [gulp-bump](https://npm.io/package/gulp-bump.md) ^3.2.0
- [gulp-sass](https://npm.io/package/gulp-sass.md) ~5.1.0
- [gulp-size](https://npm.io/package/gulp-size.md) ^4.0.1
- [gulp-util](https://npm.io/package/gulp-util.md) ~2.2.13
- [gulp-clean](https://npm.io/package/gulp-clean.md) ^0.4.0
- [gulp-debug](https://npm.io/package/gulp-debug.md) ~4.0.0
- [gulp-concat](https://npm.io/package/gulp-concat.md) ~2.6.1
- [gulp-jshint](https://npm.io/package/gulp-jshint.md) ~2.1.0
- [gulp-notify](https://npm.io/package/gulp-notify.md) ~4.0.0
- [gulp-rename](https://npm.io/package/gulp-rename.md) ~2.0.0
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ~3.0.2
- [gulp-replace](https://npm.io/package/gulp-replace.md) ^1.1.3
- [run-sequence](https://npm.io/package/run-sequence.md) ^2.2.1
- [karma-jasmine](https://npm.io/package/karma-jasmine.md) ~5.1.0
- [jshint-stylish](https://npm.io/package/jshint-stylish.md) ^2.2.1
- [gulp-task-listing](https://npm.io/package/gulp-task-listing.md) ^1.1.1
- [karma-junit-reporter](https://npm.io/package/karma-junit-reporter.md) ~2.0.1

## Recent versions

- 1.0.2 (latest) — 2023-09-25
- 1.0.1 — 2023-09-04

## README

===========================

### 1. Installation

You will need to have [nodejs](http://nodejs.org/download) isntalled.


### 2. Getting started

* open the command line and switch into the project folder
* ```npm install```
* ```sudo npm install -g gulp```
* ```gulp``` to see the list of available tasks

### 3. Essential Gulp Tasks

* ```gulp build``` dumps a plain and a minified file from all files in the folder ```src``` into the folder ```dist```.
* ```gulp clean``` removes all files in the folder ```dist```.
* ```gulp test``` runs the tests and linting for all files in the folder ```src```.
* ```gulp bump-patch``` increases the version by ```0.0.1``` for the last git commit and pushes the new tag to the remote repository.
* ```gulp bump-minor``` increases the version by ```0.1.0``` for the last git commit and pushes the new tag to the remote repository.
* ```gulp bump-major``` increases the version by ```1.0.0``` for the last git commit and pushes the new tag to the remote repository.

---
_Source: https://npm.io/package/@sgtech/splitmulti-iframe-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
