https://github.com/suhdev/htaccess-geni
A node module to generate htaccess files.
https://github.com/suhdev/htaccess-geni
Last synced: about 1 year ago
JSON representation
A node module to generate htaccess files.
- Host: GitHub
- URL: https://github.com/suhdev/htaccess-geni
- Owner: suhdev
- Created: 2015-05-22T22:48:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T20:30:48.000Z (over 10 years ago)
- Last Synced: 2025-02-08T20:14:01.728Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htaccess-geni
A node module to generate .htaccess files through a simple builder pattern.
## Installation
### npm
```sh
npm install htaccess-geni --save-dev
```
### clone git repository
```sh
git clone https://github.com/suhdev/htaccess-geni.git
```
## Usage
Suhail Abood © 2015