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

https://github.com/bkwld/credits

Log credits to the console
https://github.com/bkwld/credits

Last synced: about 1 year ago
JSON representation

Log credits to the console

Awesome Lists containing this project

README

          

# Credits

A package that logs credits to the console when the app mounts.

Example:
```
& .:@@@@@:.
.@@@. .x@@@@@@@@%&,
.@@@@@. .&@@@@@@@@@@@&.
:@@@@@@@. .&@@@@@@@@@@@&.
:@@@@@@@@@: '&@@@@@@@@@&' Bukwild: Design and technology for innovators.
:@@@@@@@@@@@: '"@@@@@"' bukwild.com
```

## Install
npm: `npm install @bkwld/credits`

yarn: `yarn add @bkwld/credits`

## Configure

### Nuxt
In nuxt.config.coffee:
```
modules: [
'@bkwld/credits/nuxt/module'
]
```

In .env:
```
# Hide the credits during dev
DISABLE_BUKWILD_CREDITS=true
```