https://github.com/ifyoumakeit/explainer
https://github.com/ifyoumakeit/explainer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ifyoumakeit/explainer
- Owner: ifyoumakeit
- Created: 2018-04-12T14:54:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T20:34:33.000Z (almost 7 years ago)
- Last Synced: 2025-03-06T01:11:49.950Z (2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explainer
Explain your package choices! Creates an explainer.json file with key/value pairs matching your deps.
## Requirements
Node 8+ (async/await). Will probably transpile in future.
## Installation
`yarn add --dev explainer`
## Commands
| Command | Description |
| :---------------------- | :------------------------------------------ |
| `yarn explainer` | Show all commands |
| `yarn explainer add $1` | Add new explanation ($1 = package name) |
| `yarn explainer list` | List all explanations |
| `yarn explainer update` | Fill explainer.json with all packages |
| `yarn explainer clean` | Remove all explanations not in package.json |