You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Sven Geboers 445f0bfb24 feat(ansible-example): add @ansible/example package, tests, CI, publish & deploy workflows, docs and changelog 1 month ago
..
src feat(ansible-example): add @ansible/example package, tests, CI, publish & deploy workflows, docs and changelog 1 month ago
tests feat(ansible-example): add @ansible/example package, tests, CI, publish & deploy workflows, docs and changelog 1 month ago
README.md feat(ansible-example): add @ansible/example package, tests, CI, publish & deploy workflows, docs and changelog 1 month ago
package.json feat(ansible-example): add @ansible/example package, tests, CI, publish & deploy workflows, docs and changelog 1 month ago

README.md

@ansible/example

A minimal example npm-scoped package for the @ansible scope. Provided as a publishable example maintained by Sven Geboers.

Usage:

const example = require('@ansible/example'); console.log(example('world'));

Author: Sven Geboers

Publishing

This package is intended to be published from CI using a repository secret named NPM_TOKEN. Create a git tag (e.g. v0.1.0) and push it; the GitHub Actions workflow will run and publish when NPM_TOKEN is configured. For local testing, run npm pack in the package directory.

Refer to the repository docs for full deploy and publish instructions.

Make sure to keep this README short and useful.