Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

idleberg/node-atom-identify

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors