ndcunningham / custom-executor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acme

This repository demonstrates how to create a custom executor that runs the serve target.

  1. project.json contains a new target called echo that runs the custom executor.
  2. my-plugin contains the custom executor.
  3. tsconfig.json contains the path to the plugin.

About


Languages

Language:TypeScript 90.9%Language:JavaScript 9.1%