jujoycode / fury-tool

Tool that helps developers in a variety of tasks
https://www.npmjs.com/package/fury-tool
GNU General Public License v3.0
3 stars 2 forks source link
cli nodejs project-management
Fury Logo

Fury

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

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 Management git with Fury
$ fury -g # or fury --git

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

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

# When you want to view version information
$ fury -v # or fury --version

Document

Authors

Version History

License

This project is licensed under the [GPLv3] License