Git Product home page Git Product logo

Comments (3)

rkeithhill avatar rkeithhill commented on August 22, 2024

Looks like New-ModuleManifest doesn't create the destination dir if it doesn't exist. And apparently Git doesn't like you to commit empty directories. Can you manually create the Examples\Out dir and try again? If that is it, I'll modify the code to ensure the target directory exists before calling New-ModuleManifest.

BTW I'm still on the fence on this Plaster directive. You could just put in a static manifest file in the template with substitution variables in it for guid, version, module name, author, etc. Somehow that just felt wrong when we have a command that generates a module manifest. It might be easier to screw up the manifest if everyone is hand creating it (or copying & hand modifying it). For instance, they forget to make the guid a substitution variable. OTOH it bothers me that New-ModuleManifest spits out Unicode which isn't completely copasetic with Git. So Plaster does resave the module manifest with UTF8 encoding.

from plaster.

dfinke avatar dfinke commented on August 22, 2024

That worked. Agreed on unicode. That has been a long (long) standing issue I've had about ISE and github, the encoding for new files in ISE and pushing it.

from plaster.

rkeithhill avatar rkeithhill commented on August 22, 2024

I checked in a fix for this.

from plaster.

Related Issues (20)

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.