0.3.0 • Published 3 years ago

@atxm/identify v0.3.0

Weekly downloads
1
License
MIT OR GPL-2.0
Repository
github
Last release
3 years ago

@atxm/identify

npm npm CircleCI David

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

Installation

npm install @atxm/identify -S

Usage

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

Examples:

// JavaScript
import identify from '@atxm/identify';

export async function activate() {
    identify();
};
# CoffeeScript
const identify = require "@atxm/identify"

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

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0

0.3.0

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

4 years ago