Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Add CLI support to specify output options #20

Open
@joshblack

Description

@joshblack

Hi there! 👋

This is just a suggestion for an enhancement 😄 Would be nice to update this to a CLI that supports flags like:

# Displays capabilities
npx css-gridish --help 

# Creates necessary files in the current directory for
# css-gridish to work, then runs css-gridish
npx css-gridish create <path-to-dir>

# Updates files with newest css-gridish version
npx css-gridish update <path-to-config>

# Updates files in config path directory
npx css-gridish sync <path-to-config> [...options]

Options for sync could be ones that help determine what files need to be output, the biggest ones would be:

  • Whether to output a Sketch file or not
  • Whether to output a README file or not

Let me know if you'd be open to these kinds of changes or not! Can try and see what kind of effort would be involved if so 😄

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