Package Exports
- isonfirecli
- isonfirecli/dist/bin.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (isonfirecli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
isonfirecli
CLI tool to clone useful code from my repo
Commands
copy
Clone from GitHub repo, data is taken from data-on-fire folder that is also the default value
Usage
npx isonfirecli copy <path>see
See all available paths from GitHub repository, giving you also copy command for each possible path
Usage
npx isonfirecli seeadd
Add personal access token for GitHub API that gonna be store on your local machine it's need to raise the rate limit of GitHub API from 60 to 5000 requests per hour
- Create your personal token
- Personal access tokens - Tokens (classic)
- enable all options
- set no expiration
Usage
npx isonfirecli add -t <token>deploy-test
The script initializes the readline interface to read inputs from the user.
- Prompt for branch and commit message
- Commits the staged changes with the provided commit message using
git commit -m. - Pushes the committed staged changes on current branch
- Updates development/dev and test Branches:
- Merges the specified branch into the development/dev branch
- Merges the development/dev branch into the test branch
Usage
npx isonfirecli deploy-testThanks
This is my fist pack and it's far to be perfect, but The first love is never forgotten.
License
Licensed under the MIT license.