monstar-lab-oss / ml-frontend

A monorepo created to provide a starter kit for front-end projects at Monstar Lab, Inc.
https://www.npmjs.com/package/start-frontend
Mozilla Public License 2.0
14 stars 1 forks source link

Clack cli test #1261

Closed G-N555 closed 2 months ago

G-N555 commented 5 months ago

Pull Request Checklist

Description

Added test file that execute cli under @clack/prompt

Context

Resolves #1223

Before

Cli with Inquirer

After

Cli with clack/prompts

:warning: Breaking changes

No any breaking changes, but need to get rid of test file once confirm to replace cli to clack.

Notes

Output values after done prompt

{
  location: './test',
  jsLibrary: 'react',
  apiSolution: 'graphql',
  modules: [ 'crud' ],
  tests: {
    useVitest: true,
    useStorybook: true,
    useE2E: true,
    useEslint: true,
    usePrettier: true
  }
}
changeset-bot[bot] commented 5 months ago

šŸ¦‹ Changeset detected

Latest commit: 14d64283253a5b399ed2ef4ebb5ca6c7e09be4bb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | start-frontend | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR