
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@appcominteractive/writeme
Advanced tools
This is an interactive generator for creating readme files according to the appcom readme styleguide
This is an interactive generator for creating readme files according to the appcom readme styleguide. You can use it to create a basic README.me file for your project (i.e. module/library, solution, styleguide).
After installation you can run
writeme
and the interactive generator will start. After completing it your README.md file is created and you can edit it to your liking.
For skipping the interactive process entirely you can provide the type parameter. See API section for more information on parameters.
writeme --type=module
Usage: writeme [options]
This is an interactive generator for creating readme files according to the appcom readme styleguide
Options: -V, --version output the version number -t, --type [type] Set the type of software the readme is refering to (currently supported: module, solution, styleguide) (default: "") -n, --name [name] Set the name of the software (default: "") -d, --dir [dir] Set the directory where the readme is placed (default: ".") -h, --help output usage information
You can install this tool by running
npm i -g @appcominteractive/writeme
It requires you to have npm and node installed.
Bug reports and pull requests are welcome on GitHub at {URL}. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Copyright 2019 appcom interactive GmbH
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
FAQs
This is an interactive generator for creating readme files according to the appcom readme styleguide
We found that @appcominteractive/writeme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.