New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

intelliter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intelliter

setup intellij IDEA formatter

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

intelliter

CLI command to setup intellij IDEA formatter for your project link.

So, you have a choice to use any code editor but still using intellij formatter. 😜

Install

Go into your project

With npx:

npx intelliter-setup

The command will ask you some questions such as:

  • Intellij IDEA bin folder path
  • Code style, default is code-style.xml
  • Choice to setup precommit hook

Make sure you put intellij code style file to your project.

precommit hook will be configured using:

Usage

If you setup precommit hook, it will automatically format your code for staging files when you committing.

Otherwise, you could still run it with

npm run format

License

MIT © Budi Irawan

Keywords

intellij IDEA

FAQs

Package last updated on 24 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts