mirror of
https://github.com/youzan/vant.git
synced 2026-05-06 01:00:26 +08:00
feat(cli): support more features
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import fs from 'fs-extra';
|
||||
import decamelize from 'decamelize';
|
||||
import { join } from 'path';
|
||||
import { SRC_DIR } from './constant';
|
||||
|
||||
@@ -65,3 +66,5 @@ export function pascalize(str: string): string {
|
||||
(_, c1, c2) => c1.toUpperCase() + c2
|
||||
);
|
||||
}
|
||||
|
||||
export { decamelize };
|
||||
|
||||
Reference in New Issue
Block a user