# node-editorconfig

A generic .editorconfig for Node JS projects


# Usage

## Method 1: Without installing
```sh
$ cd /path/to/your/project/

$ npx node-editorconfig
  <OR>
$ npx --min-release-age=0 node-editorconfig@latest --overwrite
```

## Method 2: With `--global` installation
```sh
$ 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)
```sh
$ npx node-editorconfig --overwrite
 ✔ .editorconfig file overwritten at /path/to/project/.editorconfig
```

`--version` / `-v` (Show the installed package version)
```sh
$ npx node-editorconfig --version
1.2.3
```

`--help` / `-h` (Show usage help)
```sh
$ npx node-editorconfig --help
... Usage Instructions ...
```


# About this project

## Author

* Priyank Parashar - [GitHub](https://github.com/paras20xx) | [Twitter](https://twitter.com/paras20xx) | [LinkedIn](https://linkedin.com/in/ParasharPriyank/)

## Connect with us

* https://www.webextensions.org/
* [GitHub](https://github.com/webextensions/live-css-editor)
* [Twitter](https://twitter.com/webextensions)

## License

* [MIT](LICENSE)
