openstax / napkin-notes

:notebook: virtual back-of-a-napkin notes (persistent non-structured discussions)
3 stars 8 forks source link

show repos that forgot checklist.md #76

Closed philschatz closed 7 years ago

philschatz commented 7 years ago

Using the list in checklists.md This script generates the list of repositories that are missing information (license file, README, travis, etc) for https://github.com/openstax

Here is the list of repos and what is MISSING ``` { exercises: { license: true, contributing: true }, exchange: { license: true, contributing: true }, accounts: { license: true, contributing: true }, 'biglearn-algs': { license: true, contributing: true, allTeam: true, codecovWebhook: true }, openstax_api: { license: true, contributing: true, codecovWebhook: true }, 'accounts-rails': { license: true, contributing: true, codecovWebhook: true }, action_interceptor: { license: true, contributing: true, codecovWebhook: true }, 'biglearn-platform': { license: true, allTeam: true, codecovWebhook: true }, 'biglearn-demos': { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, 'exchange-js': { license: true, contributing: true, travisYml: true, codecovWebhook: true }, 'tutor-server': { license: true, contributing: true }, 'tutor-js': { license: true }, 'biglearn-common': { license: true, contributing: true, allTeam: true, codecovWebhook: true }, 'digital-logic-textbook': { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, sortability: { license: true, contributing: true, codecovWebhook: true }, 'tutor-deployment': { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, research: { license: true, readme: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'tagging-legend': { license: true, contributing: true, travisYml: true, codecovWebhook: true }, 'napkin-notes': { license: true, travisYml: true, codecovWebhook: true }, 'sphinx-jsonschema': { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, rescue_from: { license: true, contributing: true, codecovWebhook: true }, manifestly: { license: true, contributing: true, codecovWebhook: true }, 'deploy-manifests': { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, staxing: { license: true, codecovWebhook: true }, 'react-components': { license: true, contributing: true, codecovWebhook: true, nvmrc: true }, tools: { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'concept-coach': { license: true, contributing: true, codecovWebhook: true, nvmrc: true }, 'openstax-cms': { license: true, contributing: true, codecovWebhook: true }, jobba: { license: true, contributing: true, codecovWebhook: true }, 'os-webview': { license: true, contributing: true }, staxly: { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, 'test-automation': { license: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'biglearn-api': { license: true, contributing: true, allTeam: true, codecovWebhook: true }, 'research-eGrader': { license: true, contributing: true, travisYml: true, codecovWebhook: true, nvmrc: true }, active_force: { license: true, contributing: true, travisWebHook: true, codecovWebhook: true }, issues: { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'react-maskedinput': { license: true, allTeam: true, travisWebHook: true, codecovWebhook: true, nvmrc: true }, 'sparfa-sandbox': { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'book-manifests': { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, 'react-waypoint': { license: true, allTeam: true, travisWebHook: true, codecovWebhook: true, nvmrc: true }, accountsdep: { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, 'ostext-framework': { license: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'openstax-cnx-api': { license: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, 'ostext-templates': { license: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'research-questify': { license: true, readme: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, 'ostext-style-guide': { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'research-p3-experiment-4': { license: true, contributing: true, nvmrc: true }, mathmlcloud: { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true, nvmrc: true }, 'math-editor-sprint': { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, ux: { license: true, travisYml: true, codecovWebhook: true }, 'cc-dist': { license: true, readme: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, openstax_salesforce: { license: true, contributing: true, travisYml: true, travisWebHook: true, codecovWebhook: true }, 'biglearn-scheduler': { license: true, contributing: true, allTeam: true, codecovWebhook: true }, 'l20n.js': { license: true, contributing: true, allTeam: true, travisWebHook: true, codecovWebhook: true, nvmrc: true }, arel: { license: true, travisWebHook: true, codecovWebhook: true }, 'biglearn-local-query': { license: true, contributing: true, allTeam: true, codecovWebhook: true }, 'biglearn-migrations': { license: true, contributing: true, travisYml: true, allTeam: true, travisWebHook: true, codecovWebhook: true }, ospayments: { license: true, readme: true, allTeam: 'pull', codecovWebhook: true } } ```