1.16.0 • Published 10 months ago

design-system-automator v1.16.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

design-system-automator

Command-line interface for managing design systems.

Configuration

To configure the tool, put the relevant confguration inside design-system-automator.config file with a ts or cjs extension. When using TypeScript, make sure to transpile it before usage, as native TypeScript configuration is not currently supported.

Example configuration:

/* example TypeScript configuration */
export default {
  designSystemPackage: {
    scopeName: '@mbank-design',
    packageName: 'design-system',
  },
};

/* example CommonJS configuration */
module.exports = {
  default: {
    designSystemPackage: {
      scopeName: '@mbank-design',
      packageName: 'design-system',
    },
  },
};
1.16.0

10 months ago

1.15.0

10 months ago

1.14.3

10 months ago

1.14.2

10 months ago

1.14.1

10 months ago

1.14.0

10 months ago