https://github.com/michaelfarquhar/mf-workflow-test
This project servers no functional purpose, but rather was used to help me deepen my understanding of using github action workflows to automate the publishing of packages to NPM.
https://github.com/michaelfarquhar/mf-workflow-test
cli commander educational github-workflows nodejs npm
Last synced: 29 days ago
JSON representation
This project servers no functional purpose, but rather was used to help me deepen my understanding of using github action workflows to automate the publishing of packages to NPM.
- Host: GitHub
- URL: https://github.com/michaelfarquhar/mf-workflow-test
- Owner: MichaelFarquhar
- License: mit
- Created: 2024-04-21T15:59:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:05:06.000Z (about 1 year ago)
- Last Synced: 2025-02-27T03:47:42.367Z (5 months ago)
- Topics: cli, commander, educational, github-workflows, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workflow Test


This project servers no functional purpose, but rather was used to help me deepen my understanding of using github action workflows to automate the publishing of packages to NPM. This single command simply outputs the current package version.
## Local Install & Run
```bash
npm install
``````bash
node index.js
```## Running The Command
While this project serves no real purpose, you can still choose to run this command if you wish. It can be done so quickly using `npx`.
```bash
npx mf-workflow-test
```## License
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.