0.0.7 • Published 1 year ago
fr-analyze v0.0.7
fr-analyze
fr-analyze - help you analyze your project file dependencies
# -v, --version | Show version number
ni -v
# -h, --help | Show help
ni -h
For more info, run any command with the `--help` flag:
$ fr-analyze --help
Options:
-e, --entries <entries> Entry files (default: ./src/main.ts)
-s, --suffix <suffix> when file has no suffix, auto complete (default: .ts)
-ex, --excludes <pattern> matches ignored files according to the regex (default: )
-a, --alias <alias> the alias configured in the project
-h, --help Display this message
-v, --version Display version number
Examples:
--alias.@ /src
Config file
import { defineConfig } from 'fr-analyze'
export default defineConfig({
entries: './src/main.ts',
exclude: ['**/test/**/*'],
supSuffix: ['.ts', '.tsx'],
alias: {
'@': './src'
}
})
0.0.6-beta-1
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.3
1 year ago
0.0.5
1 year ago
0.0.3-beta.1
1 year ago
0.0.2-beta.1
1 year ago