dm-typo3

0.1.6 • Public • Published

dm-typo3

typo 3 helper

Description

  • started project --> look at the todos to see what will be done

Run

dmt3 [task]
dm-typo3 [task]

Install

npm install dm-typo3 -g # for global use
npm install dm-typo3 --save # for programmatically use

Tasks

createProject

  • creates a typo3 project

createProject global usage

dmt3 [createProject]

createProject programmatically usage

var createProject = require("dm-typo3").createProject;
var createProjectResult = createProject.start();

createProject steps

createProject features

createProject config

{
    "createProject": {
    }
}

createProject

  • creates a typo3 project wrapped in a docker container

createProject global usage

dmt3 [createProject|cp]

createProject programmatically usage

var createProject = require("dm-typo3").createProject;
var createProjectResult = createProject.start();

createProject steps

createProject features

createProject config

{
    "createProject": {
    }
}

exampleAsync

exampleAsync global usage

dmt3 [exampleAsync]

exampleAsync programmatically usage

var exampleAsync = require("dm-typo3").exampleAsync;
var exampleAsyncResult = exampleAsync.start();

exampleAsync steps

exampleAsync features

exampleAsync config

{
    "exampleAsync": {
    }
}

exampleSync

exampleSync global usage

dmt3 [exampleSync]

exampleSync programmatically usage

var exampleSync = require("dm-typo3").exampleSync;
var exampleSyncResult = exampleSync.start();

exampleSync steps

exampleSync features

exampleSync config

{
    "exampleSync": {
    }
}

Config

  • you can place a .dm-typo3.json file in your home directory (~/.dm-typo3.json)
  • the following things are allowed at the moment
{
}

Lessons Learned

Readme

Keywords

Package Sidebar

Install

npm i dm-typo3

Weekly Downloads

2

Version

0.1.6

License

ISC

Last publish

Collaborators

  • divramod