ZupIT/ritchie-formulas

Update Node.js Hello World template

GuillaumeFalourd opened this issue ยท 8 comments

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 ?

  • It would help the Node programmer to have a template with an example of each kind of inputs available with Ritchie.

  • It would also help with Ritchie first contact as the demo formula (rit demo hello-world) will be the first formula executed by many users (following the documentation: https://docs.ritchiecli.io/how-to/how-to-run-formulas/commands)

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

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

Hi! Is this still open ?

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! ๐Ÿ˜„

@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 ?

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 ๐Ÿ˜ƒ

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

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 ๐Ÿ‘๐Ÿผ