ts-aoc-starter
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

ts-aoc-starter

This package is an Nx Plugin, designed to enhance your Typescript experience with Advent of Code!

Workspace Graph Plugin

The packaged dynamic-tasks workspace graph plugin is provided in this package. By adding this to your nx.json in the plugins array to enable it (this is already done for you!), you are informing nx about tasks for your workspace. This is how Nx knows what to run for example when you run the command: nx day-1-a or nx watch-day-1-a.

Generators

preset

The preset generator is the generator used to create a new workspace when running the command: npx create-ts-aoc-starter. You should never run this generator manually!

/ts-aoc-starter/

    Package Sidebar

    Install

    npm i ts-aoc-starter

    Weekly Downloads

    5

    Version

    2.0.2

    License

    none

    Unpacked Size

    17.8 kB

    Total Files

    14

    Last publish

    Collaborators

    • zackderose