Launching today

frak
A commandline deployment tool for websites and apps.
1 follower
A commandline deployment tool for websites and apps.
1 follower
Frak is a sophisticated wrapper around SSH + rsync. It eliminates the need to remember complex incantations and command line options. All you you need to get started is a Node.js environment and the command: npx @frakjs/frak If you want to learn more about how frak works, you can check out the project on GitHub. It's free and open source!




Hello Hunters!
I'm Frank, the creator of frak! I've always valued speed and simplicity when it comes to deploying code. Once you get your project configured, frak is a nearly instant way to transfer your app to a server. It's faster than tools like Ansible, and requires fewer keystrokes than SSH-ing in and running Git.
You can get started with frak as long as you have a Node.js environment with npm. Just run this command in the root of your project:
npx @frakjs/frak init
That will get you started. From there, you can configure your servers in the config file. When you're ready, do your first push:
npx @frakjs/frak push
And that's it!
Frak is a sophisticated wrapper around SSH + rsync. It eliminates the need to remember complex incantations and command line options.
If you want to learn more about how frak works, you can. It's free and open source!