/cli
A short command line npm readme package that's pretty useless.
but it links to my socials, work and a kitten cam so that's a bonus?
Usage
To view the portfolio run the following in your terminal:
- You must have node.js/npm installed.
npx @fluteds/cli
Development
To use this package as a dependency combine it with the following command. (This is also the command to use to install the files for development.)
npm install @fluteds/cli
Publishing as an npm/github package
np
I use np
by sindresorhus to manage my package releases.
It's better than npm install
and creates draft release notes for you.
- Use the following command to install.
- Note: Remove
--global
if you want to only install it locally for your repo.
npm install --global np
Workflow Action
If you don't want to use np
- Enable the workflow
cli-release
&cli-test
. - Run the workflows whenever you want to push from github to npm & github packages.
Note: make sure you manually update package.json
& package-lock.json
.
Built using
License
This repo is licensed under MIT © More information can be found in full in the licence file.