Giter Club home page Giter Club logo

readme-generator's Introduction

Hi there πŸ‘‹

I am Maurizio, a professional swimmer, nerd, gamer & developer (specialized in Front-end).
β€” I have written β€œhello world” in 200 different ways.

πŸ’» This is my Codepen profile

πŸ“« How to reach me βš—οΈ I’m currently working on... 🌱 I’m currently learning...
Twitter
Instagram
Telegram
Creation of a personal game
Personal projects
Typescript
Node + React microservices
Docker + Kubernetes + Skaffold management

These are my personal repo collections
⭐ My best projects
πŸ“š Study projects
βš™οΈ Templates
πŸ“„ Memorandum / Useful

My stats πŸ“Š

My Github stats


My achievements πŸ†

@ibbatta's Holopin board

readme-generator's People

Contributors

audreylopes avatar christianascone avatar dependabot[bot] avatar encinoman1 avatar ibbatta avatar renato66 avatar toby56 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

readme-generator's Issues

Define a developing path for the project

A well structured path for the project is needed in order to follow a roadmap and release a first 1.0 version of the project.

External / extra help will be appreciated.

npx can't run the package

Describe the bug
I tried to run the package with npx, but it fails with the error Cannot read property 'name' of null

To Reproduce
Steps to reproduce the behavior:

  1. Just run npx readme-generator

Expected behavior
It should start the generator

Desktop (please complete the following information):

  • OS: Mac OSX Mojave 10.14.6

[EASY LEVEL] - Check and fix README.md

For this #hacktoberfest event I am looking for someone who help me fixing my readme.md (if needed).

Feel free to open everything you want to grab the t-shirt (I will accept only useful pr)
(please also support me ---> click on the ⭐ and I will love you more <3)


FOLLOW THE HOW TO CONTRIBUTE PARAGRAPH FOR THE PULL REQUESTS

Write tests

It would be nice to have some tests inside code

Non-Node projects compatibility

Is your feature request related to a problem? Please describe.
This generator could be used for non-node projects.

Describe the solution you'd like
A shell flag to choose the configuration json location and an option for generic package manager .
It is ok to use the package.json format, but in a different project, like python project, I could have a readme.json file used only by generator.

@babel/polyfill is deprecated

Describe the bug
The package uses @babel/polyfill, which has been deprecated from babel 7.4.0

To Reproduce
Just npm install

No need to use @babel/polyfill anymore, you can simply use regenerator-runtime/runtime and core-js/stable instead

Use shell flags to manage options

It would be useful to use flags while run the tool to manage some options, for example:

  • readme-generator -o to choose output file name
  • readme-generator -y to choose all questions defaults value
    etc...

NPM package creation

Read the npm documentation in order to learn how to develop and test locally a npm package.

Find a solution to develop a local and global npm cli to generate readme.

[MID LEVEL] - Check the project and improve my code

For this #hacktoberfest event I am looking for someone who help me checking the code and helping me with these tasks:

  • check js files and, in case, apply a refactory for "good practices" and performance
  • check test files and, in case, apply a refactory for "good practices" and performance
  • check project trees and, in case, apply a refactory for "good practices"

Feel free to open everything you want to grab the t-shirt (I will accept only useful pr)
(please also support me ---> click on the ⭐ and I will love you more <3)


FOLLOW THE HOW TO CONTRIBUTE PARAGRAPH FOR THE PULL REQUESTS

[PAUSED] - Convert the project according yeoman standard generation

Hi @ibbatta... Great job! But I have some advices to improve your generator.
I have seen that you have issues about unit tests, more option, and so on.
Therefore I recommend you to convert your generator as a yeoman project, in order to resolve some problems using standard tools and solutions.
You can emulate some of my projects, and in particular my api generator.
For any questions, feel you free to ask me, I will be very happy to share my experience about javascript and open source world :)

Choose the template by shell

Check if there are more than one template inside the correct folder and then ask with inquirer what template you want to use (and then parse the right template)

Version 0.1.1 not working when installed globally

Describe the bug
I cannot run version 0.1.1 when installed globally.

To Reproduce
Steps to reproduce the behavior:

  1. npm install -g @ibbatta/[email protected]
  2. readme-generator
  3. See error
internal/modules/cjs/loader.js:628
    throw err;
    ^

Error: Cannot find module '../internals/to-indexed-object'
Require stack:
- /usr/local/lib/node_modules/@ibbatta/readme-generator/dist/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
    at Function.Module._load (internal/modules/cjs/loader.js:527:27)
    at Module.require (internal/modules/cjs/loader.js:683:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at Object.<anonymous> (/usr/local/lib/node_modules/@ibbatta/readme-generator/dist/index.js:2:207)
    at Module._compile (internal/modules/cjs/loader.js:777:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:788:10)
    at Module.load (internal/modules/cjs/loader.js:643:32)
    at Function.Module._load (internal/modules/cjs/loader.js:556:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:840:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/local/lib/node_modules/@ibbatta/readme-generator/dist/index.js'
  ]
}

Desktop (please complete the following information):

  • OS: [MacOS Mojave]
  • Version [10.14.6]

Additional context
Downgrading to 0.0.1 or 0.1.0 it works

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.