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
- Host: GitHub
- URL: https://github.com/bkwld/credits
- Owner: BKWLD
- License: mit
- Created: 2020-10-05T16:47:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T20:59:14.000Z (over 5 years ago)
- Last Synced: 2025-07-07T09:08:34.205Z (about 1 year ago)
- Language: CoffeeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```