1.0.3 • Published 2 years ago

reactcomponentscript v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

reactComponentScript

just a simple PowerShell dev tool that can help you rapidly add react components with the styled-components boilerplate. This is a super lightweight version of the node package add-react-fn-component and is under 3kb

run

npm run comp

result:

import styled from "styled-components";

export default function ComponentName() {
  return <StyledComponentName></StyledComponentName>;
}

const StyledComponentName = styled.ComponentHTML``;
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago