leopardslab / clocal-gcp

🔭 Emulation engine for GCP
Apache License 2.0
67 stars 57 forks source link

Add Command Registration through Read Directory Method. #53

Open SanyamPunia opened 5 years ago

SanyamPunia commented 5 years ago

✔️ Before using the Read Directory method, the register commands were executed by explicitly putting them in an index.js file in the services folder.

✔️ After using the given methodology, commands are executed directly without putting them in the index.js file.