feat(ansible-example): add @ansible/example package, tests, CI, publish & deploy workflows, docs and changelog
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Minimal entrypoint for @ansible/example
|
||||
module.exports = function example(name) {
|
||||
if (!name) return 'hello';
|
||||
return `hello ${name}`;
|
||||
};
|
||||
|
||||
// When required directly, export a default behaviour too
|
||||
module.exports.default = module.exports;
|
||||
Reference in New Issue
Block a user