Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/webextensions/node-editorconfig
- Owner: webextensions
- License: mit
- Created: 2017-07-28T13:28:55.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T20:01:43.000Z (5 months ago)
- Last Synced: 2024-11-11T16:11:49.582Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/node-editorconfig
- Size: 59.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)