Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoherd/script-hello-world
The "Hello, World!" of all Octoherd Scripts!
https://github.com/octoherd/script-hello-world
octoherd-script
Last synced: 3 months ago
JSON representation
The "Hello, World!" of all Octoherd Scripts!
- Host: GitHub
- URL: https://github.com/octoherd/script-hello-world
- Owner: octoherd
- License: isc
- Created: 2021-03-04T07:53:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:02:30.000Z (3 months ago)
- Last Synced: 2024-07-30T12:13:37.142Z (3 months ago)
- Topics: octoherd-script
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-octoherd-scripts - Hello world - The "Hello, World!" of all Octoherd Scripts! (Writing your own scripts)
README
# script-hello-world
> The "Hello, World!" of all Octoherd Scripts!
[![@latest](https://img.shields.io/npm/v/@octoherd/script-hello-world.svg)](https://www.npmjs.com/package/@octoherd/script-hello-world)
[![Build Status](https://github.com/octoherd/script-hello-world/workflows/Test/badge.svg)](https://github.com/octoherd/script-hello-world/actions?query=workflow%3ATest+branch%3Amain)## Usage
```js
npx @octoherd/script-hello-world
```## Options
| option | type | description |
| ----------------- | ------ | ------------------ |
| `--greeting-name` | string | name to be greeted |## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
[ISC](LICENSE.md)