# mongoose-plugins-created-by

> Adds a createdBy field to a schema.

Latest version **0.4.1** (published 2013-12-08) · 0 weekly downloads

## Install

```sh
npm install mongoose-plugins-created-by
pnpm add mongoose-plugins-created-by
yarn add mongoose-plugins-created-by
bun add mongoose-plugins-created-by
```

## 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.4.1 |
| Published | 2013-12-08 |
| First published | 2012-11-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Martin Wawrusch |
| Maintainers | mwawrusch |
| Keywords | errors |

## Links

- npm: https://www.npmjs.com/package/mongoose-plugins-created-by
- Repository: https://github.com/codedoctor/mongoose-plugins-created-by
- Issues: http://github.com/codedoctor/mongoose-plugins-created-by/issues
- npm.io page: https://npm.io/package/mongoose-plugins-created-by

## Dependencies (2)

- [mongoose](https://npm.io/package/mongoose.md) >=3.4.0
- [underscore](https://npm.io/package/underscore.md) >=1.4.2

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.4.1 (latest) — 2013-12-08
- 0.2.0 — 2012-11-24

## README

mongoose-plugins-created-by
===========================

npm install mongoose-plugins-created-by

Adds a createdBy field to a schema 

pluginCreatedBy = require "mongoose-plugins-created-by"
YourSchema.plugin pluginCreatedBy.createdBy, isRequired : true

## Release Notes

### 0.4.0
* Changes in the infrastructure (grunt)
* Simplified data model - after using the old one for two years it turns out that it was completely useless.

### 0.2.0
* First version

## Stuff

npm test
npm run-script docs

node_modules/.bin/grunt                   # Starts the watch & test run
node_modules/.bin/grunt coffee            # Compiles the coffeescript

node_modules/.bin/grunt release
node_modules/.bin/grunt release:minor
node_modules/.bin/grunt release:major



## Contributing to mongoose-plugins-created-by
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the package.json, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2012 Martin Wawrusch See LICENSE for
further details.

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