Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/sharec-config
Shared configs for JavaScript projects
https://github.com/sanv92/sharec-config
Last synced: about 2 months ago
JSON representation
Shared configs for JavaScript projects
- Host: GitHub
- URL: https://github.com/sanv92/sharec-config
- Owner: sanv92
- Created: 2020-05-17T21:43:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T03:09:27.000Z (about 2 years ago)
- Last Synced: 2024-11-05T23:50:48.387Z (2 months ago)
- Language: JavaScript
- Size: 312 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sharec-Config
With **sharec-config** you can share and management configuration across projects, keep your code up to date and start new projects in one command.
## Quick start
1. Create configuration project and init `npm` inside.
2. Install `sharec-config` as dependency:```shell
npm i --save-dev @sanv/sharec-config
```