Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incognito/rfc-cookiecutter
A cookiecutter for doing RFCs
https://github.com/incognito/rfc-cookiecutter
Last synced: 17 days ago
JSON representation
A cookiecutter for doing RFCs
- Host: GitHub
- URL: https://github.com/incognito/rfc-cookiecutter
- Owner: Incognito
- License: mit
- Created: 2018-07-02T06:38:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T06:40:24.000Z (over 6 years ago)
- Last Synced: 2024-10-30T01:48:43.991Z (2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# RFC Cookiecutter
Maybe you want your team/project to have RFCs.
Install the latest Cookiecutter and use it to create your new project.
Cookiecutter is a python package.
```
sudo easy_install cookiecutter
cookiecutter [email protected]:Incognito/rfc-cookiecutter.git
```## Inspired by
- Ember RFC process
- React RFC process
- Rust RFC process
- Yarn RFC process## Other projects doing RFCs (make a PR if you want to be mentioned):
- Chef https://chef.github.io/chef-rfc/
- LSST https://jira.lsstcorp.org/projects/RFC/issues/RFC-424?filter=allopenissues
- MaidSafe https://github.com/maidsafe/rfcs/tree/master/text
- PHP Framework Interoperability Group https://github.com/php-fig/fig-standards
- React: https://github.com/reactjs/rfcs
- Rust: https://github.com/rust-lang/rfcs
- There's more private-spaces that also do this.