0.1.2 • Published 6 years ago

sitemap-cli-tools v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Sitemap CLI Tools

Build Status Maintainability codecov NSP Status David Practice

⚠️ Not Usable Right Now, wait for 1.0. See roadmap.md.

Screenshot

Sitemap CLI Tools is small open-source cli-utility and library written using Node.js that helps you to make analysis of your sitemap files.

Features

  • Parsing Sitemaps (including SitemapIndex)
  • Input sitemap with url or a local file
  • Config
    • Concurrency
    • Debug
    • Command for changing options
    • Command for creating this file
  • Http requests for every sitemap entry and grab info about availability, load time and response.
  • SEO Analysis:
    • Meta.Description
    • Meta.Keywords
    • Meta.Charset
    • Meta X-UA-Compatible
    • OpenGraph
      • Title
      • Image
      • Site_Name
      • Locale
      • Description
    • Schema org
    • Title
    • Headings (h1-h6)
  • Export
    • CSV
    • TXT
    • HTML with graphs
    • Console
  • HTML & XML Validation
  • Check Unused styles (dunno about that one)
  • Use as cli-tool or use as library for your project

Getting Started

Prerequisites

Installing

For end user

1. npm install -g sitemap-cli-tools
2. sitemap-cli-tools

For devs

1. git clone https://github.com/w96k/sitemap-cli-tools.git
2. cd sitemap-cli-tools
3. npm start

Running Tests

There are no tests yet. Working on it. But you can try to execute empty test file.

npm test

Built with

  • Brain
  • Hands
  • And many other organs

Versioning

This project is using Semantic Versioning and Semantic Release.

Authors

Licence

This project is licensed under the terms of the MIT license.

MIT License

Copyright (c) 2017 Mikhail Kirillov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
0.1.2

6 years ago

0.1.1

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

7 years ago

0.1.0

7 years ago