Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

yuran1811/gene-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Generate Directory Structure CLI

StarsForksIssuesCommitsCode Size

Introduction

  • gene-dir is an auto-generate directory structure cli.

Features

  • Generate using custom file template
  • Generate with template
    • fs : folder structure (includes: "sol.cpp, in, out")
  • Generate with 3 types
    • f : Full (includes: "sol.cpp, in, out")
    • io : Input / Ouput (includes: ".cpp, .INP, .OUT")
    • ct : File for testing (includes: "brute.cpp, gen.cpp")

Tech Stack

Usage

Basic Usage

node src

or run executor file (in releases tag)

gd

Advanced Usage

node src -nf -p<path> -n<folder_name> -tp<template_file_name> -t fs -o f -y

or

gd -nf -p<path> -n<folder_name> -tp<template_file_name> -t fs -o f -y
node src [options]    Options:    -y                              no anything else    -nf, --no-folder-inside         no folder inside    -p, --path <path>               folder's directory    -n, --name <name>               folder's name    -tp, --custom-template <file>   autogene from <file>.cpp (if not exist, auto create)    -t, --template <template>       gene with one of these template:                                    -   fs : folder structure (includes: "sol.cpp, in, out")    -o, --option <option>           gene with one of these options:                                    -   f : Full (includes: "sol.cpp, in, out")                                    -   io : Input / Ouput (includes: ".cpp, .INP, .OUT")                                    -   ct : File for testing (includes: "brute.cpp, gen.cpp")

Development

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed or downloaded on your machine:

Cloning the Repository

git clone https://github.com/yuran1811/gene-dir.gitcd gene-dir

Installation

Install the project dependencies:

npm install

or

yarn

Running the Project

npm start

or

yarn start

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp