0.1.6 • Published 9 years ago

dm-typo3 v0.1.6

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

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

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago