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

@netsells/adonis-make-component

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netsells/adonis-make-component

This package contains an Adonis provider to provider a `make:component` component. This command allows you to quickly bootstrap Component, Unit Test and Storybook files.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by450%
Maintainers
6
Weekly downloads
 
Created
Source

@netsells/adonis-make-component

This package contains an Adonis provider to provider a make:component component. This command allows you to quickly bootstrap Component, Unit Test and Storybook files.

Installation

$ yarn add @netsells/adonis-make-component

Add the provider to your start/app.js:

const aceProviders = [
    '@netsells/adonis-make-component/providers/CommandProvider',
];

Usage

Run the command using ace:

$ node ace make:component <path>

path is the to the component from the root directory, for example, to bootstrap an ArticleCard component you would run:

$ node ace make:component resources/components/cards/ArticleCard

The command will then guide you through the bootstrapping process.

FAQs

Package last updated on 26 Mar 2021

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