fury-tool
v0.1.4-beta.8
Published
Tool that helps developers in a variety of tasks
Downloads
12
Maintainers
Readme
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 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
- _jujooycode - Project initial and development
Version History
✨ 0.1.4 -
the latest version update notification feature
✨ 0.1.3 -
makes easier to use git
- Set up easier init and remote repository
- Commit changes with gitmoji
- Receive changes from remote repository with one click
- Merge current and target branches easily
- Easy branch management
- replacement other branch
- create new from target branch
- rename target branch
- delete target branch
🐛 0.1.2 - Issue#4
✨ 0.1.1 -
can create project
- Supported Templates
- javascript
- typescript
- Optional
- git
- prettier
- Supported Templates
License
This project is licensed under the [GPLv3] License