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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

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