Giter Club home page Giter Club logo

Comments (4)

danday74 avatar danday74 commented on June 18, 2024

I totally agree with you. I discovered sync was the best way to offer a module after developing this.
I prob should used file streaming too. O well.
I'm very busy at the moment and the changes required would be quite time consuming (mainly because of the changes to the unit tests) so I don't think this will be done anytime soon.

I would be more inclined to put the effort in if this module was massively popular but since its only getting 50 downloads a day I don't see fixing this as a massive need in the JS community.

However, I will leave this open with the intention of getting back to this sometime in the future.

from envsub.

danday74 avatar danday74 commented on June 18, 2024

Now that this module is more popular, I am willing to put the effort in to fix this. However, I only plan to do so if there is more demand.

I get the impression that envsub is largely used as a global install and thus fixing this issue seems less important.

Does anyone else want this fixed? If so let me know and I will crack on with it.

Leaving open for now.

from envsub.

skorunka avatar skorunka commented on June 18, 2024

Me ;)

from envsub.

skorunka avatar skorunka commented on June 18, 2024

Can be achieved by using https://stackoverflow.com/a/54139860/522322

		const _envsub = () => envsub({ templateFile, outputFile, options })
			.then((x) => console.log('done'))
			.catch((err) => console.error('[ERROR]', err.message));

		const sync_envsub = sp(_envsub);
		sync_envsub();

from envsub.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.