New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gannochenko/fea-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gannochenko/fea-cli

<!-- PROJECT SHIELDS --> <!-- *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, co

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Contributors Stargazers Issues MIT License Language LinkedIn


😱 + 😰 + 😅 = 😎

Fea

In two-three words write here what this package does

Report Bug · Request Feature

Table of Contents

About The Project

In more than three words tell what this package does and how it works.

Getting Started

Prerequisites

Installation

To install the tool globally:

yarn add @gannochenko/fea-cli -g;

Or, if you want you use it only for the current user:

mkdir ~/.node;
yarn global add @gannochenko/fea-cli --prefix ~/.node;
echo "\nexport PATH=${PATH}:${HOME}/.node/bin\n" >> ~/.bash_profile;
source ~/.bash_profile;

Usage

Just go to the repository you want to have a new version for, and type there:

fea -h;

Development

Development prerequisites

Development installation

  • Clone the repo

    git clone https://github.com/gannochenko/fea-cli.git
    
  • Install NPM packages

    cd fea-cli;
    yarn;
    
  • Run the application

    yarn start;
    

Development "binary" available globally

  • Run the link script

    ./scripts/link.sh
    
  • Run build in watch mode

    yarn build:watch
    
  • Use the tool anywhere globally

Roadmap

  • bugfixing :)

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Sergei Gannochenko - Linkedin

Project Link: https://github.com/gannochenko/fea-cli

Built With

FAQs

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