jashkenas / jashkenas/coffee-script-tmbundle

Coffee Lint command

Open
#115 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
826
Forks
232
PR merge metrics
No merged PRs in 30d

Description

I added to my coffee script bundle a new command which runs CoffeeLint for making sure my coffee script is nice and clean
- **Scope Selector:** source.coffee
- **Key Equivalent:** ^⌘L
- **Save:** Current Document
- **Output:** Show in New Window **Format:** Html

``` bash
#!/bin/bash
coffeelint "$TM_FILEPATH" | ansifilter -H;
```

AnsiFilter i found on homebrew and i converts shell outputs

http://www.coffeelint.org/
http://www.andre-simon.de/doku/ansifilter/en/ansifilter.html

I suppose someone can figure out if adding this into this bundle is a good thing or not... I just wanted to show other people what i have setup

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue does not name a repository file or test. Start by inspecting the bundle's existing command structure and how external commands are configured, then review the CoffeeLint and AnsiFilter links. Done would require a maintainer decision on whether this proposed command belongs in the bundle and, if accepted, a verified integration with documented dependencies and output behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.