How to create a SMACSS-like architecture for JS

Hi,
I’ve developed a simple development environment with GulpJs to automate development projects with SASS. Now I’m planning to add scripts in JS but need a good architure to setup the JS. I’ve followed the Structure of SMACSS to setup SASS files and was wondering if there’s something similar for JS.
I appreciate any help. Cheers!