Skip to content

ASL-19/secpolicy_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Policy Generator

================================================================================

SETUP:

  • You need to provide Security Policy template as a json file in /data/template.json. For more information check TEMPLATE.md

Installation

  • Install npm

  • Install npm dependencies

    npm install
  • Install code dependencies using bower

    bower install
  • Run gulp to create the artifacts

    gulp build
  • Copy the artifacts files from web directory to your destination

Development:

  • Install npm

  • Install development dependencies

    npm install --dev
  • Run gulp to create the artifacts

    gulp build
  • You can run gulp also to watch for changes in the source file and copy them to artifact directory web.

    gulp
  • You can run browser-sync in artifact directory web to see the changes live.

    browser-sync start --server --files "**/*"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published