New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-glib

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-glib

A wrapper for the GLib library

0.1.0
latest
Source
npm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

node-glib

A wrapper for the GLib library.

This module proxies the most useful GLib interfaces, most notably the Gio part, for use with JS.

npm version npm downloads build status dependencies status

Install

This module can only run on OS that support the GLib library. It means that it can run on Linux machines with GNOME as a WM.

You will need GLib and Gio installed:

sudo apt-get install glibmm-2.4 giomm-2.4
npm install --save node-glib

Run tests

cd node-glib/
npm install
npm test

Usage

TODO

Contributing

All contributions are welcome! In order to have a consistent repo, we however ask you to comply to the following conventions whenever possible.

1. Commit tags

All commits should be tagged with emojis to make the commit list more readable.

EmojiCommit content
:book:Documentation updates
:bug:Bug fixes
:ledger:Rename/move files
:bulb:Features
:lipstick:Fix coding style

2. Branches

Please use a branch name that differs from master whenever possible, when making pull requests, so that the network history is more readable.

For example, if you wanted to fix the issue "improve documentation", you could have chosen the following branch name: improve-docs.

3. Coding style

Javascript can be authored by following a lot of different style guides but we decided to be a bit soft on that.

Just follow the conventions that are encoded into the .eslintrc configuration file. By the way, be sure to check out ESLint, which is a great toolable style checker.

  • Use the radix parameter in parseInt() calls.
  • Declare all your variables at the top of the functions.
  • Use the one true brace style.
  • Put one space after commas, and no space before.
  • Put your comma at the end of the lines.
  • Use simple quotes.
  • Use camelcase.
  • Use 4 spaces for indentation.

License

See LICENSE.

Keywords

glib

FAQs

Package last updated on 18 Jun 2015

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