https://github.com/rimiti/robotizer
Robots.txt parser / generator
https://github.com/rimiti/robotizer
generator parser robots-parser robots-txt robotstxt
Last synced: 5 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T06:32:21.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T19:42:48.645Z (7 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
[](https://travis-ci.org/rimiti/robotizer.svg?branch=master)
[](https://coveralls.io/github/rimiti/robotizer?branch=master)
[](http://opensource.org/licenses/MIT) [](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;
```