npm.io
1.0.0 • Published 5 years agoCLI

@gannochenko/fea-cli

Licence
MIT
Version
1.0.0
Deps
12
Size
368 kB
Vulns
0
Weekly
0
Stars
2

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
  1. Clone the repo

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

    cd fea-cli;
    yarn;
  3. Run the application

    yarn start;
Development "binary" available globally
  1. Run the link script

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

    yarn build:watch
  3. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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