Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bake-component

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bake-component

bake-component CLI

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

🍰 Bake Component 🍰

A CLI for generating several types of react components.

Install

  npm i -g bake-component
  # or
  yarn global add bake-component
  # or
  npx bake-component

Commands

  bake-component
  # or
  bake

Will prompt you with what component to create, name and path.

Functional Component

  bake functional

  # or

  bake f

Creates a functional Component with the name Component in index.js

Arguments

  • name: The name of the component
  • path: Where to create this Component based on your current directory

Class Component

  bake component

  # or

  bake c

Creates a class Component with the name Component in index.js

Arguments

  • name: The name of the component
  • path: Where to create this Component based on your current directory

Styled Component

  bake styled

  # or

  bake s

Arguments

  • name: The name of the component
  • path: Where to create this Component based on your current directory

Creates a styled Component with the name Component in index.js

License

MIT - see LICENSE

FAQs

Package last updated on 12 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc