fury is a tool that helps developers in a variety of tasks.
git
# npm
npm install -g fury-tool
# yarn
yarn global add fury-tool
# pnpm
pnpm install -g fury-tool
# 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
✨ 0.1.4 - the latest version update notification feature
✨ 0.1.3 - makes easier to use git
🐛 0.1.2 - Issue#4
✨ 0.1.1 - can create project
This project is licensed under the [GPLv3] License