Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmcgartland/adr-writer
Web-based utility to viewing, writing, and editing ADRs.
https://github.com/lmcgartland/adr-writer
Last synced: 17 days ago
JSON representation
Web-based utility to viewing, writing, and editing ADRs.
- Host: GitHub
- URL: https://github.com/lmcgartland/adr-writer
- Owner: lmcgartland
- License: mit
- Created: 2020-05-25T03:45:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:58:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T10:21:46.331Z (28 days ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adr-writer
Web-based utility to viewing, writing, and editing ADRs.
## Getting Started
Clone the repository to your local disk. To develop UI:
```
# Install dependencies
yarn# Begins development web-server
yarn run dev
```## Roadmap
- [ ] Add ADR editor
- [ ] Add ADR creator
- [ ] Improve theme
- [ ] Add unit tests
- [ ] Add contribution guidelines
- [ ] Publish to `npm`