0.4.2 • Published 8 years ago

gemini-clean v0.4.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

0.4.0

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago