Is there a simple way to generate a custom node from .js file

Thanks to @knolleary for pointing out how to do the export.
Screen Shot 2020-02-23 at 8.27.25 AM

and you will get this:

// name: Lower case
// outputs: 1


msg.payload = msg.payload.toLowerCase();
return msg;