2.0.7 • Published 1 year ago

tm_server v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ts_master: Template Master

  • Get all the server in multiple languages in one place.

It is simple library that just creates a server file on request and install all the binaries required for it with just one simple instruction

How to run locally

$ git clone https://github.com/mstomar698/tm_server.git
$ npm  i
$ npm run dev

All commands available are:

PS C:\Users\201B153\Desktop\2023\lib-ts> tm_server

   ┌─────────────────────────────────────┐
   │                                     │
   │   Welcome 🙌 to "Template Master"   │
   │                                     │
   └─────────────────────────────────────┘

PS C:\Users\201B153\Desktop\2023\lib-ts> tm_server --help

  tm_server - server generating library

  USAGE

    $ tm_server --help
    $ tm_server --version
    $ tm_server --static
    $ tm_server --express
    $ tm_server --flask
    $ tm_server --java
    $ tm_server --go
    $ tm_server --rust
    $ tm_server --php
    
  OPTIONS

    -h, --help                          Shows this help message

    -v, --version                       Displays the current version of serve

    -e, --express                       install and creates express server

    -s, --static                        install and creates static http server

    -f, --flask                         install and creates flask server

    -j, --java                          install and creates java server

    -g, --go                            install and creates go server

    -r, --rust                          install and creates rust server

    -p, --php                           install and creates php server


 INFO  Gracefully shutting down. Please wait...

Check versions @2.X.X for TypeScript Check versions @1.X.X for Javascript

By: Mayank Singh Tomar
2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

1.0.2

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago