No description
Find a file
2025-02-20 20:24:04 +01:00
.gitignore Initial commit 2025-02-20 19:58:05 +01:00
index.ts cli skeleton 2025-02-20 20:15:19 +01:00
package-lock.json add commander.js as a dependency 2025-02-20 20:09:06 +01:00
package.json add commander.js as a dependency 2025-02-20 20:09:06 +01:00
README.md Initial readme 2025-02-20 20:24:04 +01:00
tsconfig.json Initial commit 2025-02-20 19:58:05 +01:00

dxfl

A CLI tool to manage your Deuxfleurs account.

Install

npm install -g git+https://git.deuxfleurs.fr/Deuxfleurs/dxfl

Usage

Not ready

Start by login with your username, for example for john:

dxfl login john

Then you can list your websites:

dxfl list

And then to deploy your _public folder on example.com:

dxfl deploy example.com _public

Development

git clone https://git.deuxfleurs.fr/Deuxfleurs/dxfl
cd dxfl
npm install
tsc
node index.js