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

awesome-br-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-br-cli

CLI para registrar novas postagem em awesome-br

  • 0.6.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Awesome-br-cli

Build Status npm version dependencies Status Awesome BR - Node

CLI para registrar novas postagens em awesome-br

Demo

Requisitos

Instalação

$ npm install -g awesome-br-cli

Uso

Rode o seguinte comando no terminal, dentro do diretório awesome-br.github.io:

awesome-br <section>

Ex: awesome-br nodejs

Outras Opções

$ awesome-br --help

  Usage: 
    awesome-br <section> [Options]

    Example:
     awesome-br nodejs

    Options:
     -h, --help      output usage information
     -V, --version   output the version number

Questões

Título: Título da URL

Exemplo: Começando com React

URL:

Exemplo: http://exemplo.com

Tipo: Escolhe o tipo de link (artigo, código, dica, livro, screencast, vídeo, tutorial, url, etc)

Exemplo: Artigo

Tags: Tags (separadas por vírgulas).

Exemplo: tutorial, introdução, javascript

Nome do Autor

Exemplo: John Doe

URL do Site do Autor

Exemplo: http://exemplo.com

Resultado

{
    "name": "Começando com React",
    "url": "http://exemplo.com",
    "type": "Artigo",
    "tags": [
      "tutorial",
      "introdução",
      "javascript"
    ],
    "paid": "false",
    "author": {
      "name": "John Doe",
      "url": "http://exemplo.com"
    }
  }

Inspirado em freetime-cli

Contribua

Gostaria de contribuir com o projeto Siga estas recomendações

License

© MIT License

Keywords

FAQs

Package last updated on 14 Feb 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