Move and rename files while keeping imports up to date
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install eslint-plugin-move-files --save
npm install
npm test
- fs-extra: fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
- glob: a little globber
- @types/eslint: TypeScript definitions for eslint
- @types/fs-extra: TypeScript definitions for fs-extra
- @types/glob: TypeScript definitions for Glob
- @types/jest: TypeScript definitions for Jest
- @types/mock-fs: TypeScript definitions for mock-fs
- @types/node: TypeScript definitions for Node.js
- eslint: An AST-based pattern checker for JavaScript.
- jest: Delightful JavaScript Testing.
- mock-fs: A configurable mock file system. You know, for testing.
- prettier: Prettier is an opinionated code formatter
- rimraf: A deep deletion module for node (like
rm -rf
) - ts-jest: A preprocessor with source maps support to help use TypeScript with Jest
- tslint: An extensible static analysis linter for the TypeScript language
- typescript: TypeScript is a language for application scale JavaScript development
MIT