Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please publish a npm cli package that can either read from file or read from pipe #1

Open
nojvek opened this issue Jul 7, 2016 · 2 comments

Comments

@nojvek
Copy link
Owner

nojvek commented Jul 7, 2016

No description provided.

@seriouscoderone
Copy link

👍

@seriouscoderone
Copy link

I got it to run by

$ npm install coffee-script -g

I am generating my output using grunt so I typed

$ grunt tslint > tslintout.txt

then I ran the program using tslintout.txt as a parameter. like this

$ coffee ./node_modules/tslint-fix/src/tslintFixer.coffee tslintout.txt

and it updated my files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants