node-editorconfig
v1.6.3
Published
Add a ready-to-use .editorconfig to any Node.js project with a single command.
Maintainers
Readme
node-editorconfig
A generic .editorconfig for Node JS projects
Usage
Method 1: Without installing
$ cd /path/to/your/project/
$ npx node-editorconfig
<OR>
$ npx --min-release-age=0 node-editorconfig@latest --overwriteMethod 2: With --global installation
$ npm install --global node-editorconfig
$ cd /path/to/project/
$ node-editorconfig
✔ .editorconfig file added at /path/to/project/.editorconfigParameters
--overwrite (To overwrite the .editorconfig file, if it already exists)
$ npx node-editorconfig --overwrite
✔ .editorconfig file overwritten at /path/to/project/.editorconfig--version / -v (Show the installed package version)
$ npx node-editorconfig --version
1.2.3--help / -h (Show usage help)
$ npx node-editorconfig --help
... Usage Instructions ...