0.0.1 • Published 2 years ago

@4lch4/sindri-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Drone Snyk Prettier NPM License NPM Version

Discord Twitter-Profile

Sindri/CLI

While working on Project Sindri I've come to a point where I'm doubting an API is the best solution. I'm going to try building it out as a CLI application first instead, and see where that gets me.

This CLI application will make starting a new project much easier by providing simple mechanics for creating templates that can then be turned into a full-fledged project.

Dependencies

  • @4lch4/logger
  • ansi-colors
    • Used by chalk and @4lch4/logger.
    • NPM Page
  • chalk
    • Useful for coloring output text.
    • NPM Page
  • dayjs
    • An extremely lightweight date formatting library.
    • NPM Page
  • inquirer
    • "A collection of common interactive command line user interfaces."

    • In other words, it's what is responsible for prompting the user for input.
    • NPM Page
  • ora

Dev Dependencies

  • @types/inquirer
    • Provides type data for the inquirer package.
    • NPM Page
  • @types/node
    • Provides type data for the NodeJS runtime.
    • NPM Page
  • @types/ora
    • Provides type data for the ora package.
    • NPM Page
  • prettier
  • typescript
    • Ensures the same version of Typescript is used each time we transpile our code.
    • NPM Page