Skip to content

Playground Website #99

@siefkenj

Description

@siefkenj

I notice there is no playground website for ts-pegjs. It would be great to have so people could play around with ts-pegjs to decide if it's the tool they need.

Is this repository the appropriate place for a playground? If so, there are a couple of options.

  1. Change the repo to use npm workspaces. The typical thing to do would be to add a projects/ts-pegjs and projects/ts-pegjs-playground. Via some tsconfig.json magic, one can configure import ... "ts-pegjs" to import the local source instead of a global package. There would then be a package.json in the projects/ts-pegjs directory and one in the root directory marked "private": true. Only the projects/ts-pegjs workspace would be published on npm.
  2. Add a playground directory and import via relative path ../src/... the necessary components.
  3. Create a separate repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions