Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mono-tools

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mono-tools

Util tools for Mono framework developed at jillix.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Mono Tools

Util tools for Mono framework developed at jillix.

Installation

$ npm install mono-tools

Documentation

MonoTools.app

Util functions related to application environment.

require(file)

Requires files from application directory.

Params
  • String file: The absolute path to the file that is required (where the root is the application directory).
Return
  • Anything The parsed content of the file.

descriptor()

Returns the application descriptor.

Return
  • Object The application descriptor.

MonoTools.module

Util functions related to module environment.

get(miid)

Returns module instance object with additional fields.

Params
  • String miid: The module instance name.
Return
  • Object An object containing the following fields:
  • _miid (Object): The raw module instance object.
  • source (String): Module source.
  • owner (String): Module owner.
  • name (String): Module name.
  • version (String): Module version.

path(miid)

Gets the path to the module directory.

Params
  • String miid: The module instance name.
Return
  • String The absolute path to the module directory.

require(miid, file)

Requires files from application directory.

Params
  • String miid: The module instance name.
  • String file: The absolute path to the file that is required (where the root is the module directory).
Return
  • Anything The parsed content of the file.

How to contribute

  1. File an issue in the repository, using the bug tracker, describing the contribution you'd like to make. This will help us to get you started on the right foot.
  2. Fork the project in your account and create a new branch: your-great-feature.
  3. Commit your changes in that branch.
  4. Open a pull request, and reference the initial issue in the pull request message.

Changelog

1.0.0

  • Initial stable release

License

See the LICENSE file.

Keywords

FAQs

Package last updated on 04 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc