@pubsweet/models
Advanced tools
A simple package that brings models together
Weekly downloads
Readme
A package that connects all model components together, so that you can use them elsewhere with e.g.
const { User } = require('@pubsweet/models')
For a model component to be accessible through @pubsweet/models
, it needs to be listed in your application's config, for example, like so:
{
pubsweet: {
components: [
'@pubsweet/model-user',
'@pubsweet/model-team',
]
}
}
FAQs
A simple package that brings models together
The npm package @pubsweet/models receives a total of 446 weekly downloads. As such, @pubsweet/models popularity was classified as not popular.
We found that @pubsweet/models demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.