An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Workflow Test

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
![CLI](https://img.shields.io/badge/CLI-4D4D4D.svg?style=for-the-badge&logo=windowsterminal&logoColor=white)

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.