0.2.1 • Published 4 years ago

atom-identify v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

atom-identify

npm npm CircleCI David

Adds data attributes for editor and pane IDs to the respective HTML element

Installation

npm install atom-identify -S

Usage

Import the module into your Atom package, then invoke it in your activate method

Examples:

// JavaScript
import identify from 'atom-identify';

export async function activate() {
    identify();
};
# CoffeeScript
const identify = require "atom-identify"

module.exports =
  activate: () ->
    identify()

License

This work is licensed under The MIT License

Donate

You are welcome to support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago