1.0.3 • Published 3 years ago

reactcomponentscript v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago