0.2.1 • Published 5 years ago

atom-identify v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago