Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 622 Bytes

File metadata and controls

22 lines (19 loc) · 622 Bytes

legion

Legion is a cross-platform file searching utility designed with the developer in mind. Daunting codebases with hundreds of thousands of lines of code instantly made more manageable. Use of glob patterns for file searching and regex for containing text will be familiar to savvy developers and help them find the files and code they need. UI Screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production (Vue)

npm run build

Lints and fixes files (Vue)

npm run lint