Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

React Component Creator

This script allows you to quickly create a new React component in your project.

How to use

  1. Add as a devDependency: "devops-react-components": "github:simunition715/devops-react-components"
  2. Create a script in package.json: "create-component": "node ./node_modules/devops-react-components/devops/scripts/create-component.js"
  3. Run the script using Node.js by executing the following command: npm run create-component
  4. Enter a name of the component formatted as you would manually such as Button/Input etc...
  5. Your new component will be located in ./src/components/ and will include a .tsx/.scss file

About

DevOps repository for managing React components

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages