Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xilution/todd-coin-cli
https://github.com/xilution/todd-coin-cli
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/xilution/todd-coin-cli
- Owner: xilution
- License: mit
- Created: 2022-04-10T23:28:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T03:08:21.000Z (over 2 years ago)
- Last Synced: 2024-11-06T16:47:22.341Z (9 days ago)
- Language: TypeScript
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# todd-coin-cli
Todd Coin is a Cryptocurrency for Good.
This is the Todd Coin CLI.
# Releases
The Todd Coin CLI is distributed as an NPM module.
[![Release](https://github.com/xilution/todd-coin-cli/actions/workflows/release.yml/badge.svg)](https://github.com/xilution/todd-coin-cli/actions/workflows/release.yml)
https://www.npmjs.com/package/@xilution/todd-coin-cli
# Usage
## To Install todd-coin CLI Locally
`npm install -g .`
## To See todd-coin CLI Commands and Options
`todd-coin`
# Development
## First Things First
`npm install`
## To Build
`npm run build`
## To Watch
Hot rebuild when `src` changes
`npm run watch`