https://github.com/cdaringe/ripcord
js opinions and enforcement package!
https://github.com/cdaringe/ripcord
Last synced: about 1 year ago
JSON representation
js opinions and enforcement package!
- Host: GitHub
- URL: https://github.com/cdaringe/ripcord
- Owner: cdaringe
- Created: 2016-10-02T16:44:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:35:07.000Z (over 2 years ago)
- Last Synced: 2025-04-22T16:02:51.207Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://cdaringe.github.io/ripcord/
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README

# deprecated
ripcord functions are being migrated out of ripcord and into independent utilities.
# ripcord
project scaffolding and build tooling.
[ ](https://app.codeship.com/projects/177795) [](https://coveralls.io/github/cdaringe/ripcord?branch=master)  [](https://github.com/semantic-release/semantic-release) [](https://greenkeeper.io/)
## install
`npm install --save-dev ripcord`
## usage
**api docs** found [here](https://cdaringe.github.io/ripcord/)
### reporting
generate dependency report. operates in two modes:
- node mode
- uses your `package.json` depedencies & devDependencies as sole source of depedencies
- ui build
- uses ui build compiler output as declaration of which `dependencies` are used, and uses remaining `devDependencies` as source of external devDependencies.
- currently only supports webpack
### license checking
check or dump (output) project licenses. only outputs licenses for `dependencies` not `devDependencies` by default.
`licenses [options] `
### npm repo package syncning
sync packages from npm repo to repo. current implementation assumes artifactory API present to successfully copy!
`ripcord sync-packages --help`
## logo
[margdking](https://github.com/margdking)
## todo
- ui build support for license checking