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.
18 lines
663 B
18 lines
663 B
# @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.
|
|
|