@newsmast/patchwork-communities-cli
v1.4.0
Published
NPM CLI for adding communities features to Mastodon.
Downloads
17
Readme
Patchwork Communities CLI
NPM CLI for adding communities features to Mastodon.
Getting started
To add community features to your Mastodon project, you can run the following command under the root of your Mastodon project:
npx @newsmast/patchwork-communities-cli initContributing
We welcome contributions! To contribute to this project, follow these steps:
- Fork the repository.
- Clone your forked repository to your local machine.
- Install the dependencies:
npm install - Build the project:
npm run build - Link the package locally:
npm link
Commit Message Format
We use the Angular commit message format because semantic-release needs it. Please follow this format for your commit messages:
<type>(<scope>): <subject>Examples:
feat(parser): add ability to parse arrays
fix(parser): handle null pointer exceptionsPull Requests
Once your work is ready, create a pull request and wait for a review. If everything is okay, we'll merge it.
