1.16.0 • Published 2 years ago

design-system-automator v1.16.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.15.0

2 years ago

1.14.3

2 years ago

1.14.2

2 years ago

1.14.1

2 years ago

1.14.0

2 years ago