project-guess
v0.2.5
Published
Guess info about a project
Downloads
19
Readme
project-guess
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
Jam Risser © 2018
Changelog
Review the changelog
Credits
- Jam Risser - Author
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!