Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```