2.1.1 • Published 3 years ago
@fluteds/cli v2.1.1
Usage
To view the portfolio run the following in your terminal:
- You must have node.js/npm installed.
npx @fluteds/cliDevelopment
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/cliPublishing 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
--globalif you want to only install it locally for your repo.
npm install --global npWorkflow 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.