say-hi-cli

1.0.7 • Public • Published

say-hi-npm

A demo NPM package to test automated releases and CI

Here's what's happening here:

  • It's a TS function that returns "hi".
  • It also has a unit test to make sure it's indeed saying "hi"
  • The auto-publish action runs on every push to main and whenever you run it manually in the GitHub interface.
    • It only builds and deploy when it detects version changes from the package.json file.
    • After building, it publishes to NPM and creates a new GitHub release using the build artifacts
  • The ci-pipeline action runs on every pull request against the develop branch to make sure tests are indeed passing

Readme

Keywords

none

Package Sidebar

Install

npm i say-hi-cli

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

6.7 kB

Total Files

11

Last publish

Collaborators

  • r4meau