0.0.1 • Published 2 years ago

oneline-config v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

oneline-config

CLI to generate config files for fontend tools in one line command.

Install

npm install -g oneline-config
# pnpm add -g oneline-config
# yarn add -g oneline-config

Usage

oneline-config prettier

Supported tools

Prettier

# in the root directory
oneline-config prettier

Contributing

Download the repository, install dependency and start dev:

pnpm install
npm run dev

then you can run

node ./bin/index.js

License

MIT