Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Latest commit

 

History

History
74 lines (48 loc) · 1.44 KB

File metadata and controls

74 lines (48 loc) · 1.44 KB

Desktop_App_for_Sitemap_Generator


Sitemap Generator Desktop App For Windows And Linux


  • Generates a sitemap by crawling your site
  • maximum number of URLs in one sitemap to 50000


















Download App

Get it from the Snap Store


sudo snap install sitemap-generator

Run the application in development mode

Requirements to run the application in development mode
  • nodejs
  • git
  • yarn
git clone https://github.com/rn0x/Desktop_App_for_Sitemap_Generator
cd Desktop_App_for_Sitemap_Generator
yarn install
yarn run dev

build

#Windows
yarn run packwin

#Linux
yarn run packlinux