Skip to content

gsa-clone/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

 
 
 

Contributors

Languages

  • HTML 53.6%
  • JavaScript 44.5%
  • CSS 1.9%