Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linter-template

This linter template is a Linter plugin boilerplate you can use to start the development of your own, it provides an interface to dummy external tool and it will be used with files that have the dummy syntax.

Installation

Clone the repo, now you can start the development of your new linter plugin with a few modifications.

Development

About activationHooks

You can get it within Atom with the Editor: Log Cursor Scope command or look at scopeName on the language package (i.e: language-dummy) grammars, and example.

Testing your package

If you need to check your plugin

  1. Go to your project root directory

  2. Link your plugin to Atom

    apm link
    
  3. You can always remove your plugin from Atom whe you finished your development

    apm unlink
    

Now you can reload Atom Command palette -> Window: Reload to start using and debugging your plugin.

About

An Atom Linter plugin boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published