Skip to content

DrBoria/component-mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Mover

Move you component based on // TODO + story Id into folder you provide

Setup and Usage

    $ git clone https://github.com/DrBoria/component-mover.git
    $ cd ./component-mover
    $ npm install 
    $ node ./mover.js 'STORY_ID' 'DESTANATION/FOLDER'

Example

    node .\mover.js 'TFR-45:Button' 'src/components/Button' 'js'  
    Will move all Buttons into button component folder

Arguments:

  1. ID + Component name
  2. Folder where should component be moved
  3. Files extension
  4. (optional) Search folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published