Giter Site home page Giter Site logo

prevy's Introduction

logo

» Manage your development workspaces with ease.

Built with Spacemacs Build Status

Table of Contents

Presentation

prevy helps you to manage your development workspaces by displaying status and acting on all the projects you are working on.

Author: Fabien Dubosson [email protected]

Requirements

  • rust (for compilation)
  • cargo (for dependencies management)

How to build

In order to build this project, you will need to install tooling for compiling rust code. See the requirements section for the complete list.

The project can be build with:

$ cargo build

This will generate a =target/debug/prevy= executable that can be run with the following command:

$ ./target/debug/prevy -h

Alternatively, you can directly build and run the project with:

$ cargo run -q -- -h

Version numbers

This software uses Semantic Versioning v2.0.0. Version numbers are of the form:

MAJOR.MINOR.PATCH
  • MAJOR increases with backwards-incompatible API changes.
  • MINOR increases with functionality added in a backwards-compatible manner.
  • PATCH increases with backwards-compatible bug fixes.

Any part may also be incremented at any time if desired.

Note: MAJOR version 0 is for initial development and does not follow the MINOR and PATCH schema. Also do not expect stability nor releases.

License

This software is licensed under the term of the GPL v3.0 license:

prevy, a software to manage development workspaces with ease.
Copyright (C) 2016 Fabien Dubosson <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

See LICENSE.md for the complete license.

prevy's People

Contributors

streakycobra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.