chuva-io / less-cli

Apache License 2.0
13 stars 3 forks source link

Add CLI command that creates a new socket with connect and disconnect handlers #3

Open nnascim opened 1 year ago

nnascim commented 1 year ago

Command

create socket

Inputs:

Example

$ less-cli create socket --name realtime-chat --language py

Result

  1. Create sockets folder if it does not exist.
  2. Create the socket is it does not exist.
  3. Create connect and disconnect processor folders and functions.
  4. Show the user the created file paths in the CLI output.