HalamLee / fury-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fury Logo

Fury

fury is a tool that helps developers in a variety of tasks.

  • It supports make it easier to create node projects that fit different frameworks
  • Make it easier to use git
  • Many other convenience features ⭐️

Installation

# npm
npm install -g fury-tool

# yarn
yarn global add fury-tool

# pnpm
pnpm install -g fury-tool

Usage

# When you want create new project with fury
$ fury

# When you want push all changes [WIP]
$ fury -g # or fury --git

# When you want to migrate DB [Next]
$ fury -m # or fury --migration

# When you want to access help information
$ fury -h # or fury --help

# When you want to access version information
$ fury -V # or fury --version

Document

Authors

  • juhyoungRyu - Project initial and development

Version History

  • 0.0.1
    • fury can create Project
      • javascript
      • typescript

License

This project is licensed under the [MIT] License

About


Languages

Language:TypeScript 93.5%Language:JavaScript 6.5%