Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rimiti/robotizer

Robots.txt parser / generator
https://github.com/rimiti/robotizer

generator parser robots-parser robots-txt robotstxt

Last synced: 13 days ago
JSON representation

Robots.txt parser / generator

Awesome Lists containing this project

README

        

# robotizer

[![Build Status](https://travis-ci.org/rimiti/robotizer.svg?branch=master)](https://travis-ci.org/rimiti/robotizer.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/rimiti/robotizer/badge.svg?branch=master)](https://coveralls.io/github/rimiti/robotizer?branch=master)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![Greenkeeper badge](https://badges.greenkeeper.io/rimiti/robotizer.svg)](https://greenkeeper.io/)

# Using this module in other modules

- To use the `Manager` class in a TypeScript file -

```ts
import { Manager } from 'robotizer';
```

- To use the `Manager` class in a JavaScript file -

```js
const Manager = require('robotizer').Manager;
```