mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-21 03:50:25 +00:00
feat(package): new pkg: @ivuorinen/base-configs (#121)
This commit is contained in:
21
packages/base-configs/README.md
Normal file
21
packages/base-configs/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# `@ivuorinen/base-configs`
|
||||
|
||||
This is a meta package for all my base configs.
|
||||
|
||||
You can find all the individual configs in the `packages` folder.
|
||||
|
||||
The main reason for this package is to make it easier to use these
|
||||
configs in other projects, and to update them all at once.
|
||||
No more pull requests to update all the configs one at a time!
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install @ivuorinen/base-configs --save-dev
|
||||
|
||||
yarn add @ivuorinen/base-configs --dev
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT License. See [LICENSE](LICENSE) for more info.
|
||||
Reference in New Issue
Block a user