Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romeovs/shared
A repository of shared tools for websites
https://github.com/romeovs/shared
Last synced: 24 days ago
JSON representation
A repository of shared tools for websites
- Host: GitHub
- URL: https://github.com/romeovs/shared
- Owner: romeovs
- Created: 2019-11-18T13:30:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T14:15:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T01:45:44.134Z (7 months ago)
- Language: Makefile
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shared
A library of tools an makefiles that I reasue accros sites.
To initialize a new website:
```sh
mkdir site
cd site
yarn add https://github.com/romeovs/_shared
./node_modules/.bin/init
```