code-inventory-generator
v2.0.0
Published
A web app for generating an [inventory](https://code.gov/#/policy-guide/docs/compliance/inventory-code) of an organization's software projects.
Readme
code.gov inventory generator
A web app for generating an inventory of an organization's software projects.
Demo: https://code-json.now.sh/?org=cfpb
Installation
- Generate a GitHub personal access token with
public_repoandread:orgpermissions. cp .env.sample .envand add your token.source .envnpm installnpm start- Visit http://localhost:3000?org=cfpb.
- If there are greater than 100 results, pass the query's
endCursoras anafterparameter in the url to get the next page of results, e.g. http://localhost:3000?org=cfpb&after=Y3Vyc29yOnYyOpHOA/2KeA==
Deployment
npm run deploy
now will serve the app at a public URL.
