FindComponent is a Typescript project designed to search for ViewComponents in a RoR project.
NOTE: I created this project to practice TypeScript.
clone de repository:
git clone git@github.com:Kender-Mendoza/find_component.git
Install dependencies:
npm install
Run in the console inside the project with the absolute path of project with view components:
npm start rubyProject/viewcomponet/folder/absolute/path
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.