Coder Social home page Coder Social logo

Comments (6)

ianstormtaylor avatar ianstormtaylor commented on May 21, 2024

yup totally possible! you'd just want a way to template the filenames after prompting, if you remove a file from the dictionary and then re-add the same contents under a different key that would do the trick.

i'm actually working on building exactly that (a simple project scaffolder) and hoping to release it real soon :)

from metalsmith.

richard-edwards avatar richard-edwards commented on May 21, 2024

Great, please keep me updated if you think of it. I wrote something myself in .NET that does similar things but I'd like to try another route.

from metalsmith.

normanrz avatar normanrz commented on May 21, 2024

Is it possible to make a new dictionary in a plugin, instead of altering the original? I guess that would allow plugins to safely use http://lodash.com/docs#transform.

from metalsmith.

ianstormtaylor avatar ianstormtaylor commented on May 21, 2024

instead of altering the original build directory? you could change the destination, but that wouldn't create a duplicate. but you can also create any arbitrary nested directories in a plugin that you wanted, just always inside the build directory

from metalsmith.

normanrz avatar normanrz commented on May 21, 2024

I meant that there is only one files object instance throughout the build process. Plugins are expected to alter this very object (by adding or deleting properties) instead of returning a new instance. Or am I getting this wrong?

from metalsmith.

ianstormtaylor avatar ianstormtaylor commented on May 21, 2024

ah, yeah it's all by reference instead of new instances. although a plugin, if it wanted too, could clone the dictionary itself and then create new directories outside of the the destination directory using Metalsmith#join, but not sure that would really be a good use case

from metalsmith.

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.