# nrser

> my js utils

Latest version **0.6.12** (published 2019-07-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install nrser
pnpm add nrser
yarn add nrser
bun add nrser
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.12 |
| Published | 2019-07-26 |
| First published | 2016-10-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 292.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | nrser |
| Maintainers | nrser |

## Links

- npm: https://www.npmjs.com/package/nrser
- Repository: https://github.com/nrser/nrser.js
- Homepage: https://github.com/nrser/nrser.js#readme
- Issues: https://github.com/nrser/nrser.js/issues
- npm.io page: https://npm.io/package/nrser

## Dependencies (8)

- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [tcomb](https://npm.io/package/tcomb.md) ^3.2.20
- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [tildify](https://npm.io/package/tildify.md) ^1.2.0
- [bluebird](https://npm.io/package/bluebird.md) >= 2.3.2 < 3
- [fs-extra](https://npm.io/package/fs-extra.md) ^3.0.1
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.4
- [untildify](https://npm.io/package/untildify.md) ^3.0.2

## Recent versions

- 0.6.12 (latest) — 2019-07-26
- 0.6.11 — 2019-07-24
- 0.6.10 — 2017-06-02
- 0.6.9 — 2017-06-02
- 0.6.8 — 2017-05-29
- 0.6.7 — 2017-05-28
- 0.6.6 — 2017-05-28
- 0.6.5 — 2017-05-26
- 0.6.4 — 2017-05-20
- 0.6.3 — 2017-05-20
- 0.6.2 — 2017-05-19
- 0.6.1 — 2017-05-19
- 0.6.0 — 2017-05-01
- 0.5.8 — 2017-04-26
- 0.5.7 — 2017-03-01
- … 17 more at https://npm.io/package/nrser/versions

## README

nrser.js
==============================================================================

My js utils. pretty big mess right now. don't recommend other people using it
quite yet.


Building
------------------------------------------------------------------------------

    ugh run -t babel
    
Watching & building:

    ugh run -t watch


Version
------------------------------------------------------------------------------

### 0.6.X

Current version.

`mergeNoConflict` was renamed to `assemble` and now throws `KeyError` when it fails.

The `//src/testing.js` file was moved to `//src/testing/index.js` in preparation for it being broken up and other files added. This should not be a problem since it should be imported as `nrser/lib/testing` either way, but any imports that used the `.js` extension will need to be updated.

### 0.5.X

`data/Entity` is removed (now `Model` in `@nrser/supermodel`). it was moved to `types/Model` in `0.5.0` but nothing used that so i just kept going with the `0.5.X` versions after removing it.

### 0.4.X

`ugh` is broken out into the [@nrser/ugh][ugh] package. other than that no major changes.

[ugh]: https://github.com/nrser/ugh

### 0.3.X

`0.3.0` happen when i switched `Ugh` (wrapper around [gulp][] to improve incremental build reliability) to be better able to include tasks from submodules. this is important because i often have stuff split out into separate repos and want one process to be able to manage all of them. this change also moved `Ugh` to a tiered watching system where build tasks watch files, and higher-level tasks watch build tasks - so Mocha listens for builds to start and runs when they're all complete, instead of watching files in `lib` and reacting when they change.

[gulp]: https://github.com/gulpjs/gulp

### 0.2.X

this is where `Ugh` got introduced to replace the old `lib/gulpTasks.js` stuff. i don't intend to keep developing the [v0.2][] branch, but it exists so that quick fixes can be made for things that are still using a `0.2.X` version and don't want to migrate at the time.

[v0.2]: https://github.com/nrser/nrser.js/tree/v0.2

### 0.1.X

the [v0.1][] branch, like the [v0.2][] branch, exists to avoid migrating packages that depend on it until desired and facilitate occasional quick fixes.

[v0.1]: https://github.com/nrser/nrser.js/tree/v0.1

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