No description
Find a file
2023-12-30 21:56:42 -03:00
.bundle Add .bundle/config 2023-12-20 11:24:54 -03:00
lib twenty: add lib/twenty.rb 2023-12-27 10:05:55 -03:00
twenty-backend backend|cli: add PendingMigrationMixin 2023-12-30 00:14:05 -03:00
twenty-cli cli: remove 'PendingMigrationMixin' from "down" sub-command. 2023-12-30 20:42:21 -03:00
twenty-frontend frontend: set page title (Tasks.tsx & Projects.tsx) 2023-12-30 21:56:42 -03:00
.gitignore Add activerecord, migrate to SQLite3 2023-12-19 21:44:03 -03:00
.projectile Add webpack to twenty-frontend/ 2023-12-10 15:59:36 -03:00
Gemfile add twenty.gemspec 2023-12-22 02:48:43 -03:00
LICENSE Add twenty-frontend/ 2023-12-08 15:27:00 -03:00
README.md cli: add "twenty console" 2023-12-25 23:12:57 -03:00
twenty.gemspec twenty: add lib/twenty.rb 2023-12-27 10:05:55 -03:00

About

Twenty helps you manage projects with a solution that runs on your computer rather than in the cloud.

Features

  • Provides a web application that helps you manage projects.
  • Provides a command-line utility to start / stop a web server, connect / disconnect a project.
  • Works offline. Binds to http//:localhost:2020 by default.
  • Lightweight: Ruby, and SQLite3 are the primary runtime dependencies.
  • Database: ~/.local/share/twenty/twenty.sqlite.
  • Easy to install: gem install twenty.
  • Easy to use: $ twenty up.

Usage

Usage: twenty COMMAND [OPTIONS]

Commands:
  up             Start the twenty web server.
  down           Stop the twenty web server.
  connect        Connect a project to twenty.
  disconnect     Disconnect a project from twenty.
  migrate        Migrate the database.
  console        Start the twenty developer console.

Install

gem install twenty

License

BSD Zero Clause.
See LICENSE