node-editorconfig

1.3.0 • Public • Published

node-editorconfig

A generic .editorconfig for Node JS projects

Usage

Method 1: Without installing

$ cd /path/to/project/
$ npx node-editorconfig

Method 2: With --global installation

$ npm install --global node-editorconfig
$ cd /path/to/project/
$ node-editorconfig
 ✓ .editorconfig file added at /path/to/project/.editorconfig

Parameters

--overwrite (To overwrite the .editorconfig file, if it already exists)

$ npx node-editorconfig --overwrite
 ✓ .editorconfig file overwritten at /path/to/project/.editorconfig

About this project

Author

Connect with us

License

Package Sidebar

Install

npm i node-editorconfig

Weekly Downloads

9

Version

1.3.0

License

MIT

Unpacked Size

6.9 kB

Total Files

7

Last publish

Collaborators

  • paras20xx