Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rimiti/robotizer
- Owner: rimiti
- License: mit
- Created: 2018-04-26T13:48:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T06:32:21.000Z (over 6 years ago)
- Last Synced: 2024-11-07T16:12:10.876Z (2 months ago)
- Topics: generator, parser, robots-parser, robots-txt, robotstxt
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```