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 [email protected]:Kender-Mendoza/find_component.gitInstall dependencies:
npm installRun in the console inside the project with the absolute path of project with view components:
npm start rubyProject/viewcomponet/folder/absolute/pathPull 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.