Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/sitemap-cli

Generate sitemap with nodejs.
https://github.com/afeiship/sitemap-cli

cli seo sitemap smc

Last synced: 20 days ago
JSON representation

Generate sitemap with nodejs.

Awesome Lists containing this project

README

        

## sitemap-cli
> Generate sitemap with nodejs.

## installation
```shell
git clone [email protected]:afeiship/sitemap-cli.git
cd sitemap-cli
npm link
```

## usage
```shell
# 1. first you should have a urls.txt
# 2. cd workdir
cd ~/workdir
# 3. use cli
smc urls.txt -l 45000
```

```shell
$ smc -h
Generate sitemap with nodejs.

USAGE
$ sitemap-cli [FILENAME]

OPTIONS
-h, --help show CLI help
-l, --limit=limit The limit of single file sitemap size.
-v, --version show CLI version
--domain=domain (required) The domain of the sitemapindex.
```