Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webextensions/node-editorconfig

A generic .editorconfig for Node JS projects
https://github.com/webextensions/node-editorconfig

Last synced: 2 months ago
JSON representation

A generic .editorconfig for Node JS projects

Awesome Lists containing this project

README

        

# node-editorconfig

A generic .editorconfig for Node JS projects

# Usage

## Method 1: Without installing
```sh
$ cd /path/to/project/
$ npx node-editorconfig
```

## 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
```

# 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)