Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 739 Bytes

FindComponent

FindComponent is a Typescript project designed to search for ViewComponents in a RoR project.

NOTE: I created this project to practice TypeScript.

Installation

clone de repository:

git clone git@github.com:Kender-Mendoza/find_component.git

Install dependencies:

npm install

Usage

Run in the console inside the project with the absolute path of project with view components:

npm start rubyProject/viewcomponet/folder/absolute/path

Contributing

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.

License

MIT