ZupIT / ritchie-formulas

This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://ritchiecli.io
Apache License 2.0
105 stars 72 forks source link

Update Node.js Hello World template #257

Closed GuillaumeFalourd closed 3 years ago

GuillaumeFalourd commented 3 years ago

Context

Edit: Ritchie CLI is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows.

Edit: Those automations are based on those templates, and we want to update the old ones to match the new template we already implemented in go. To do so it will be necessary to update 3 files from this template, the config.json, the main class and the formula class. All those files are located here: https://github.com/ZupIT/ritchie-formulas/tree/master/templates/create_formula/languages

What do you want ?

Why is this needed ?

prateek1998 commented 3 years ago

I can help you in this but can you provide more description and also above link is not working . _

GuillaumeFalourd commented 3 years ago

Hi @prateek1998 , thank you for the message. I updated the link, it was referring at the wrong repository.

Ritchie CLI is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows.

Those automations are based on those templates, and we want to update the old ones to match the new template we already implemented in go. To do so it will be necessary to update 3 files from this template, the config.json, the index.js and the formula.js.

All those files are located here: https://github.com/ZupIT/ritchie-formulas/tree/master/templates/create_formula/languages/node

jSAMUELj commented 3 years ago

Hi! Is this still open ?

GuillaumeFalourd commented 3 years ago

Hi @jSAMUELj , thank you for the message 👍🏼

The ISSUE has actually been closed with this PR: https://github.com/ZupIT/ritchie-formulas/pull/267/files

And we didn't check it, sorry for that...

But we still have a lot of ISSUES open, have a look! 😄

jSAMUELj commented 3 years ago

@GuillaumeFalourd no problem.

I found more similar issues like this one but for another languages like: PHP, Python3 and Powershell. Are they also closed or is there one opened ?

GuillaumeFalourd commented 3 years ago

Those 3 have people assigned on them, therefore without any return from them I wouldn't suggest to assign the ISSUES to someone else.

If you wish, we still need 3 templates to create: KOTLIN, PERL and SWIFT. And a lot of README files aren't updated. You could also create a formula form scratch, here or on the ritchie-formulas-demo repository, to participate the challenge 😃

jSAMUELj commented 3 years ago

@GuillaumeFalourd OK, can I try to create KOTLIN template?

GuillaumeFalourd commented 3 years ago

Sure @jSAMUELj , leave a message on the Kotlin ISSUE please (to keep things on the right place) and follow this guide to create the new template 👍🏼