Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/druxt/module-template

A template for creating custom Druxt modules.
https://github.com/druxt/module-template

druxt module template

Last synced: about 2 months ago
JSON representation

A template for creating custom Druxt modules.

Awesome Lists containing this project

README

        

# DruxtModule (template)

[![CI](https://github.com/druxt/module-template/actions/workflows/ci.yml/badge.svg)](https://github.com/druxt/module-template/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/druxt/module-template/branch/main/graph/badge.svg?token=TwCLJOKEjm)](https://codecov.io/gh/druxt/module-template)

> This is a template for creating a DruxtJS module.

## Links

- DruxtJS: https://druxtjs.org
- Community Discord server: https://discord.druxtjs.org

## Getting started

1. **Use this template**

Click the **Use this template** button in GitHub and follow the on-screen instructions to **Create a new repository**.

2. **Build, dev, test, commit**

This repository is setup with for development using the following tools:

- [Siroc](https://github.com/unjs/siroc): `npm run build`
- [Jest](https://jestjs.io/): `npm test`
- Linting tools: `npm run lint`
- [Changesets](https://github.com/changesets/changesets): `npm run changesets`

3. **Contribute**

Have a module you want to share with the Druxt community? Let us know via the [Community Discord server](https://discord.druxtjs.org).