0.9.5 ā€¢ Published 5 years ago

effe-readme v0.9.5

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

effe-readme

npm version MIT license

āœļø Bootstrap README.md from package.json

Installation

Use npm to install effe-readme.

npm install -g effe-readme

Usage

effe generate

Options

add "effe" in package.json, a basic config is created on the first generation

"effe": {
  "twitt": "a fancy text to twitt",
  "emoji": true,
  "tecnhologies": true,
  "howtocontribute": true,
  "installfrom": "npm",
  "mentionme": true,
  "testInstructions": true,
  "linkedin": "https://www.linkedin.com/in/francesco-megna-19a266162",
  "twitter": "https://twitter.com/effemegna",
  "githubrepo": "https://github.com/effe-megna/effe-readme"
}

definition:

interface EffeOptions {
  twitt: string | null, // add twitter badge on your readme	
  emoji: boolean | null, // random emoji before description	
  tecnhologies: boolean | null, // show table of library used, with name, version and description
  howtocontribute: boolean | null, // how to contribute instructions
  installfrom: PackageManagerSupported | null, // npm and yarn supported
  mentionme: boolean | null, // mention effe-readme at the end of your readme
  testInstructions: boolean | null, // test instructions based on test script
  linkedin: string | null, // linkedin account
  twitter: string | null, // twitter account
  githubrepo: string | null // github repo of your project
}

šŸš€ Technologies

TechVersionDescription
@oclif/command1.5.10oclif base command
@oclif/config1.12.6base config object and standard interfaces for oclif components
@oclif/plugin-help2.1.6standard help for oclif
@types/mustache0.8.32TypeScript definitions for Mustache
@types/package-json5.0.0TypeScript definitions for package-json
@types/prompts1.2.0TypeScript definitions for prompts
cli-ux5.1.0cli IO utilities
emoji-random0.1.2Creates a random emoji string. This is as useless as it gets.
mustache3.0.1Logic-less {{mustache}} templates with JavaScript
package-json6.0.0Get metadata of a package from the npm registry
prompts2.0.2Lightweight, beautiful and user-friendly prompts
read-pkg-up4.0.0Read the closest package.json file
tslib1.9.3Runtime library for TypeScript helper functions
write-pkg3.2.0Write a package.json file

šŸš¶ Developed by

Francesco Megna

šŸ‘ How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

This README.md was bootstrapped with effe-readme.

šŸ“ƒ License

MIT License

Copyright (c) 2019 Francesco Megna

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.