Skip to content

aftermark/aftermark

Repository files navigation

Aftermark

Aftermark is a CLI-based HTML post-processor. Modify HTML files using JavaScript plugins. Currently the CLI requires a config to be defined in a [cosmic config-supported] config.

Example config:

module.exports = {
  input: '', // define glob of files to process
  output: '', // if different from `input`
  plugins: [
    '': {
      
    }  
  ]
}

@aftermark/funcdafy and @aftermark/longlist-tagger are two plugins...

About

Perform DOM-based transformations on HTML files using JS plugins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published