1.0.7 • Published 1 year ago

gmtc v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gmtc

Creates react, react native or styled-system components automatically into the components folder.

parameters:

-r plain react component
-n react native component
-s react native styled system component

usage:

npx gmtc -r "my-header my-footer" -n "top-nav" -s "box input"

creates
components/MyHeader.jsx
components/MyFooter.jsx
components/TopNav.jsx
components/Box.jsx
components/Input.jsx

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago