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

https://github.com/developmentseed/seed

DS templates for everything
https://github.com/developmentseed/seed

Last synced: 8 months ago
JSON representation

DS templates for everything

Awesome Lists containing this project

README

          

# seed

A command-line assistant for creating & maintaining development seed projects

## About

Working on a lot of different github packages means a lot of maintenance work, so it's nice to automate some of the tedious bits.

`seed` is a command-line tool & has commands for creating the following files:

- README.md

## Install

```sh
npm install -g seed
```

## Usage

Modify `config.yml` with values appropriate for your project.

```
USAGE
seed {command} [options]

COMMANDS
readme create a README.md file
```

## See also

This tool is inspired by & based on [devo](https://github.com/devojs/devo).

## Contact

- **issues** – Please open issues in the [issues queue](https://github.com/developmentseed/seed/issues)

## License

[ISC](LICENSE.md)