occam-entities

1.0.185 • Public • Published

Occam Entities

Occam's entities.

Contents

Introduction

Occam's entities, namely things like files, projects, versions and so on.

Installation

With npm:

npm install occam-entities

You can also clone the repository with Git...

git clone https://github.com/djalbat/occam-entities.git

...and then install the dependencies with npm from within the project's root directory:

npm install

Usage

The exported classes are:

  • File
  • Files
  • Version
  • Entries
  • Project
  • Release
  • Projects
  • Releases
  • Dependency
  • Dependencies
  • ShortenedVersion

There are also some utilities:

  • contentUtilities
  • filePathUtilities
  • metaJSONUtilities

The classes have factory methods, see the source for details. Typical usage is:

const { File }} = require('occam-entities');

const json = ... ,
      file = file.fromJSON(json);

...

See the source for further information on the utilities.

In short, this package has little of use and only a little more of interest.

Building

Automation is done with npm scripts, have a look at the package.json file. The pertinent commands are:

npm run build-debug
npm run watch-debug

Contact

Readme

Keywords

none

Package Sidebar

Install

npm i occam-entities

Weekly Downloads

52

Version

1.0.185

License

MIT, Anti-996

Unpacked Size

283 kB

Total Files

66

Last publish

Collaborators

  • djalbat