Skip to content

Simunition715/devops-react-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published