0.4.2 • Published 10 years ago

gemini-clean v0.4.2

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

gemini-clean

Find and remove reduntant gemini references without running actual tests ;)

P.S. Maybe the proper way to do this job — implement yet another mode in gemini itself. But let's check if this functionally is really needed someone else.

Install

npm install gemini-clean
gemini-clean --help

Example

gemini-clean gemini/suites --reference=gemini/references

Example using config

// .gemini-clean.js
module.exports = [
    {
        suites: ['gemini/images/desktop'],
        references: ['gemini/references/images/desktop'],
        globals: {
            platform: 'desktop'
        }
    },
    {
        suites: ['gemini/video/desktop'],
        references: ['gemini/references/video/desktop'],
        globals: {
            platform: 'desktop'
        }
    }
]
gemini-clean
0.4.2

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago