Skip to content

Telegraf-CLI is a command-line interface tool designed to simplify the development process for developers who are working with the Telegraf library.

Notifications You must be signed in to change notification settings

0xridwanobafunso/telegraf-cli

Repository files navigation

Telegraf-CLI

Telegraf CLI

Introduction

Telegraf-CLI is a command-line interface tool designed to simplify the development process for developers who are working with the Telegraf library. The Telegraf library is a popular framework for building Telegram bots, and Telegraf-CLI provides developers with a streamlined way to generate boilerplate code for their projects and to generate bot commands.

With Telegraf-CLI, developers can save time and effort by automating the creation of basic project structures and boilerplate code. This means they can focus more on the development of their Telegram bots, rather than spending time setting up their development environment.

Features

  1. Generate Basic Project Structures
  2. JavaScript Template/Boilerplate (TypeScript coming soon)
  3. Work out of box with different Node.js server (Express, Koa, Fastify)
  4. Development and Production Ready
  5. More Coming...

Installation

# through npm
$ npm i telegraf-cli -g
# through yarn
$ yarn add telegraf-cli -g

Documentation

Telegraf-CLI documentation is available here.

Contributors

Many thanks to all our contributors.

  1. Obafunso Ridwan Adebayo

To contribute to this project, please check CONTRIBUTION.md.

Changelog

  • v1.0.0 Commit all source codes, release and published to NPM using GitHub Action.

Versioning

I use SemVer for versioning.

License

MIT License

Copyright (c) 2020 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Telegraf-CLI is a command-line interface tool designed to simplify the development process for developers who are working with the Telegraf library.

Resources

Stars

Watchers

Forks

Packages

No packages published