Skip to content

Generates project metadata files that can be used to build an organization-wide code inventory.

Notifications You must be signed in to change notification settings

GSA/codeinventory-metadata-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeInventory Metadata Generator

Generates a project metadata YAML or JSON file that can be used to build an organization-wide code inventory.

This is a static website that does all the work in client-side JavaScript. You can run this site locally or deploy to GitHub Pages.

Setup

You will need Node.js.

After cloning the repository, install the dependencies:

npm install

To run the site on your local machine:

gulp dev

To build the GitHub Pages site in the /docs folder:

gulp build

About

Generates project metadata files that can be used to build an organization-wide code inventory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published