Giter Site home page Giter Site logo

quick-folder-creator's Introduction

quick-folder-creator

Create a recurring file at once!

How To Use

  • Enter the file and content you want to create in the .vscode folder settings.json of the project root.
  • Below is an example.
  "quickFileSetting": [
    {
      "extension": ".tsx",
      "template": "import { useState, useEffect } from 'react';\nimport classNames from 'classnames/bind';\nimport style from './${folderName}.module.scss'\n\nconst cx = classNames.bind(style);\n\ninterface Props {\n\t\n}\n\nconst ${folderName} = ({}: Props) => {\n\treturn (\n\t\t\n\t);\n}\n\nexport { ${folderName} };"
    },
    {
      "extension": ".module.scss",
      "template": ""
    },
    {
      "extension": ".stories.tsx",
      "template": "import type { Meta, StoryObj } from '@storybook/react';\nimport { ${folderName} } from './${folderName}';\n\nconst meta: Meta<typeof ${folderName}> = {\n\tcomponent: ${folderName},\n\targTypes: {\n\t\t\n}\n\t};\n\nexport default meta;\ntype Story = StoryObj<typeof ${folderName}>;\n\nexport const Default: Story = {\n\targs: {\n\t\t\n\t}\n};"
    },
    {
      "name": "index.tsx",
      "template": "import { ${folderName} } from \"./${folderName}\";\n\nexport { ${folderName} };\n"
    }
  ]
  • Click Create file bundles~ʕっ•ﻌ•ʔっ in VS Code explorer
  • Enter your folder name.
  • Then you can make files at once!

quick-folder-creator's People

Contributors

nocturne9no1 avatar

Watchers

 avatar

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.