0.2.5 • Published 5 years ago

project-guess v0.2.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

project-guess

Beerpay Beerpay GitHub stars

Guess info about a project

Please this repo if you found it useful

Features

  • Guess author email
  • Guess author name
  • Guess author url
  • Guess project description
  • Guess project destination
  • Guess project license
  • Guess project name
  • Guess project repository
  • Guess project version
  • Guess username

Installation

npm install --save project-guess

Dependencies

Usage

Usage in a yeoman generator

import Generator from 'yeoman-generator';
import { guessProjectName } from 'project-guess';

class extends Generator {
  async prompting() {
    this.context = await yo.prompt([
      {
        type: 'input',
        name: 'name',
        message: 'Project Name:',
        default: guessProjectName()
      }
    ]);
  }
}

Support

Submit an issue

Contributing

Review the guidelines for contributing

License

MIT License

Jam Risser © 2018

Changelog

Review the changelog

Credits

Support on Beerpay (actually, I drink coffee)

A ridiculous amount of coffee :coffee: :coffee: :coffee: was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Beerpay Beerpay

0.2.5

5 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago