2017 © Pedro Peláez
 

project comments-exporter

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

image

shvetsgroup/comments-exporter

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

  • Wednesday, April 26, 2017
  • by neochief
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Comments exporter

Comments exporter is a console script that can export code comments from multiple source files to a csv file. This file can be used to perform bulk proofreading and editing over code comments. After that, comments can be imported back with the same script., (*1)

Script supports all types of C-like comments, such as:, (*2)

// This one.
/* This one. */
/**
 * And this one. 
 */

Installation

Requirements:, (*3)

Comments exporter is installed as a global Composer package. You need to have Composer installed in your system and have the composer global tools added to your PATH., (*4)

composer global require shvetsgroup/comments-exporter

Updates, (*5)

composer global update shvetsgroup/comments-exporter

Usage

  1. Export comments:, (*6)

    comments-exporter export /path/to/project /path/to/csv-file.csv
    
  2. Do something with the csv-file.csv contents. Do not add new rows, just edit the comment column., (*7)

  3. Import comments back:, (*8)

    comments-exporter import /path/to/csv-file.csv /path/to/project 
    

Type comments-exporter --help to read about full list of supported parameters., (*9)

The Versions

26/04 2017

dev-master

9999999-dev

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

  Sources   Download

MIT

The Requires

 

The Development Requires

export comments

26/04 2017

v1.0.2

1.0.2.0

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

  Sources   Download

MIT

The Requires

 

The Development Requires

export comments

26/04 2017

v1.0.1

1.0.1.0

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

  Sources   Download

MIT

The Requires

 

The Development Requires

export comments

26/04 2017

v0.9

0.9.0.0

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework

26/04 2017

v1.0

1.0.0.0

A console script that exports source code comments to csv files and vise versa. Supports most types of comments, both single and multi-line.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework