adr-tools | line tools for working with Architecture Decision Records | Architecture library
kandi X-RAY | adr-tools Summary
kandi X-RAY | adr-tools Summary
adr-tools is a Shell library typically used in Architecture, Nodejs, Docker applications. adr-tools has no bugs, it has no vulnerabilities and it has medium support. However adr-tools has a Non-SPDX License. You can download it from GitHub.
A command-line tool for working with a log of [Architecture Decision Records][ADRs] (ADRs).
A command-line tool for working with a log of [Architecture Decision Records][ADRs] (ADRs).
Support
Quality
Security
License
Reuse
Support
adr-tools has a medium active ecosystem.
It has 3918 star(s) with 555 fork(s). There are 91 watchers for this library.
It had no major release in the last 12 months.
There are 29 open issues and 32 have been closed. On average issues are closed in 82 days. There are 29 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of adr-tools is 3.0.0
Quality
adr-tools has 0 bugs and 0 code smells.
Security
adr-tools has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
adr-tools code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
adr-tools has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
adr-tools releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of adr-tools
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of adr-tools
adr-tools Key Features
No Key Features are available at this moment for adr-tools.
adr-tools Examples and Code Snippets
No Code Snippets are available at this moment for adr-tools.
Community Discussions
Trending Discussions on adr-tools
QUESTION
How to specify in Dockerfile that the image is interactive?
Asked 2018-Jul-19 at 12:39
I have created a docker container that runs a command line tool. The container is supposed to be interactive. Am I somehow able to specify in the Dockerfile that the container is always started in interactive mode?
For reference this is the dockerfile:
...ANSWER
Answered 2018-Jul-17 at 15:43You can use the docker run
command.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install adr-tools
Use the adr command to manage ADRs. Try running adr help. ADRs are stored in a subdirectory of your project as Markdown files. The default directory is doc/adr, but you can specify the directory when you initialise the ADR log. See the [tests](tests/) for detailed examples. The decisions for this tool are recorded as [architecture decision records in the project repository](doc/adr/).
Create an ADR directory in the root of your project: adr init doc/architecture/decisions This will create a directory named `doc/architecture/decisions` containing the first ADR, which records that you are using ADRs to record architectural decisions and links to [Michael Nygard's article on the subject][ADRs].
Create Architecture Decision Records adr new Implement as Unix shell scripts This will create a new, numbered ADR file and open it in your editor of choice (as specified by the VISUAL or EDITOR environment variable). To create a new ADR that supercedes a previous one (ADR 9, for example), use the -s option. adr new -s 9 Use Rust for performance-critical functionality This will create a new ADR file that is flagged as superceding ADR 9, and changes the status of ADR 9 to indicate that it is superceded by the new ADR. It then opens the new ADR in your editor of choice.
For further information, use the built in help: adr help
Create an ADR directory in the root of your project: adr init doc/architecture/decisions This will create a directory named `doc/architecture/decisions` containing the first ADR, which records that you are using ADRs to record architectural decisions and links to [Michael Nygard's article on the subject][ADRs].
Create Architecture Decision Records adr new Implement as Unix shell scripts This will create a new, numbered ADR file and open it in your editor of choice (as specified by the VISUAL or EDITOR environment variable). To create a new ADR that supercedes a previous one (ADR 9, for example), use the -s option. adr new -s 9 Use Rust for performance-critical functionality This will create a new ADR file that is flagged as superceding ADR 9, and changes the status of ADR 9 to indicate that it is superceded by the new ADR. It then opens the new ADR in your editor of choice.
For further information, use the built in help: adr help
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page