1.0.1 • Published 12 months ago

wp-downloptimizer v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

⚡️ WP DOWNLOPTIMIZER ⚡️

Nodejs app to download and optimize all the assets (attachments) of a WordPress

Installation

npm install wp-downloptimizer

Usage

import wpDownloptimizer from 'wp-downloptimizer'

wpDownloptimizer({ assetsPath: ..., endpoint: ..., lastBuildTime?: ... } )

API

wpDownloptimizer(...)

  • assetsPath: string --> Files output path.
  • endpoint: string --> Endpoint of the WordPress API to retrieve the attachments.
  • lastBuildTime: number (Optional) --> Timestamp of the last execution.
1.0.1

12 months ago

1.0.0

12 months ago