Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 3 KB

README.dist.md

File metadata and controls

107 lines (66 loc) · 3 KB

Yourproject logo

Few lines describing your project

GitHub Issues GitHub Pull Requests Test PHP Test Node.js Test Shell codecov GitHub release (latest by date) LICENSE Renovate


Features

  • Your first feature as a list item
  • Your second feature as a list item
  • Your third feature as a list item

Installation

composer require yournamespace/yourproject
npm install @yournamespace/yourproject

Download the latest release from GitHub releases page.

Usage

vendor/bin/yourproject
node_modules/.bin/yourproject
./shell-command.sh

CLI options

Name Default value Description
arg1 Description of the first argument.
--option1 default1 Option with a default value.
--option2 None Option wihtout a value.

Maintenance

composer install
composer lint
composer test
npm install
npm run lint
npm run test
shellcheck shell-command.sh tests/bats/*.bash tests/bats/*.bats
shfmt -i 2 -ci -s -d shell-command.sh tests/bats/*.bash tests/bats/*.bats

npm ci --prefix tests/bats
./tests/bats/node_modules/.bin/bats tests/bats

Repository created using https://getscaffold.dev/ project scaffold template