https://github.com/davzoku/walter-teng-cli
Get to know Walter Teng via npm.
https://github.com/davzoku/walter-teng-cli
automation cli nodecli npm rss
Last synced: 24 days ago
JSON representation
Get to know Walter Teng via npm.
- Host: GitHub
- URL: https://github.com/davzoku/walter-teng-cli
- Owner: davzoku
- License: mit
- Created: 2022-08-03T16:25:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T13:44:54.000Z (over 2 years ago)
- Last Synced: 2025-04-30T22:54:34.510Z (24 days ago)
- Topics: automation, cli, nodecli, npm, rss
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/walter-teng
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# walter-teng-cli
Get to know Walter Teng via npm.

see [Walter Teng CLI](https://walterteng.com/walter-teng-cli) for more detailed info.
## Instructions
To use this CLI, run the following command:
```sh
npx walter-teng
```Alternatively, run the following command to install this package:
```sh
npm install -g walter-teng
```## Usage
To execute the CLI:
```
walter-teng
```To access the help instructions
```
walter help
```To fetch latest posts from [walterteng.com](https://walterteng.com/)
```
walter -p
```or
```
walter --posts
```## References
Inspired by following resources:
- [ahmadawais/awais](https://github.com/ahmadawais/awais):
- [ahmadawais/lwj-cli](https://github.com/ahmadawais/lwj-cli)
- [Automating Tasks with Node CLIs (with Ahmad Awais) — Learn With Jason - YouTube](https://www.youtube.com/watch?v=V1GkmB7T7Ps)