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
- Host: GitHub
- URL: https://github.com/developmentseed/seed
- Owner: developmentseed
- License: isc
- Created: 2009-09-22T19:42:54.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T13:38:47.000Z (over 7 years ago)
- Last Synced: 2024-04-10T03:11:39.738Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 17
- Watchers: 61
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)