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

rn0x/Desktop_App_for_Sitemap_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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