reactcomponentscript

1.0.3 • Public • Published

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``;

Package Sidebar

Install

npm i reactcomponentscript

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

2.9 kB

Total Files

3

Last publish

Collaborators

  • somm-coder