This package has been deprecated

Author message:

This package has been deprecated. To get future versions, please install @atxm/identify instead.

atom-identify
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i atom-identify

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

28.9 kB

Total Files

6

Last publish

Collaborators

  • idleberg