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

https://github.com/sagikazarmark/manpage

Simple manpage template
https://github.com/sagikazarmark/manpage

Last synced: 4 months ago
JSON representation

Simple manpage template

Awesome Lists containing this project

README

          

# Manpage

**Simple manpage template**

## Requirements

- make
- sassc

## Usage

Use `make` to build the CSS file:

``` bash
$ make style.css
```

If you don't have `sassc` installed in your prefix, you can specify the location to the executable

``` bash
$ make SASSC=path/to/sassc style.css
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.