Coder Social home page Coder Social logo

jsdoc-chameleon-template's Introduction

Hi there! ( ͠▀̿ ̿ ͜ʖ ͡▀̿ ̿ )

I'm jair Milanes, welcome to my projects home!

Here you can find stuff I've built in the last few years to practice and learn new tech while I have some fun.

I've been dedicated to software for the past 13+ years, and have had the opportunity to work on some cool projects with awesome people whom I've learned quite a bit from.

I specialize in full stack development with Javascript technologies but also have some considerable experience with other programing languages as well like Python, Java and PHP.

I have to confess that frontend is my personal passion, I enjoy working on clean and modern UI's, have no problem in trying and learning new frameworks since there are so many flavors out there, but I can code for backend just as well, building clean and performant API's, scripts to make live easier and integrating usefull services. I can also find my way around in the devops pretty well too, have an interest in learning cloud technologies and an advocate for continuous integration and delivery environments.

In the past few years I've have gained valuable experience in product management and team leadership working in fast pace Agile environments, helping groups of people evolve and mature into friendly and effective cross functional teams.

Well, that's a bit about me, if you want to know a bit more or just want to chat about tech stuff, games, family and life in general feel free to reach out, I'm always looking to grow my network, so hit me up on LinkedIn anytime!

See you in around,

Cheers!



jsdoc-chameleon-template's People

Contributors

jairmilanes avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

firiz gabidobo

jsdoc-chameleon-template's Issues

Error when running JSDoc

Hello,
I'm trying to use this template, but when running jsdoc the following error occurs:

undefined:8
var usesSearch = Boolean(template.search);
                                  ^

TypeError: Cannot read property 'search' of undefined
    at exports.Template.eval (eval at _.template (/home/john_doe/test.git/jsdoc/node_modules/underscore/underscore.js:1454:20), <anonymous>:8:35)
    at exports.Template.template (/home/john_doe/test.git/jsdoc/node_modules/underscore/underscore.js:1461:21)
    at exports.Template.partial (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/lib/jsdoc/template.js:55:29)
    at exports.Template.render (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/lib/jsdoc/template.js:74:24)
    at generate (/home/john_doe/test.git/jsdoc/node_modules/jsdoc-chameleon-template/publish.js:207:19)
    at /home/john_doe/test.git/jsdoc/node_modules/jsdoc-chameleon-template/publish.js:234:5
    at Array.forEach (<anonymous>)
    at generateSourceFiles (/home/john_doe/test.git/jsdoc/node_modules/jsdoc-chameleon-template/publish.js:218:28)
    at Object.exports.publish (/home/john_doe/test.git/jsdoc/node_modules/jsdoc-chameleon-template/publish.js:576:5)
    at Object.module.exports.cli.generateDocs (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/cli.js:448:35)
    at Object.module.exports.cli.processParseResults (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/cli.js:399:20)
    at module.exports.cli.main (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/cli.js:240:14)
    at Object.module.exports.cli.runCommand (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/cli.js:189:5)
    at /home/john_doe/test.git/jsdoc/node_modules/jsdoc/jsdoc.js:105:9
    at Object.<anonymous> (/home/john_doe/test.git/jsdoc/node_modules/jsdoc/jsdoc.js:106:3)
    at Module._compile (module.js:652:30)

My jsdoc.json:

{
    "source": {
        "include": [
            "src/test.js",
            "src/README.md"
        ],
        "includePattern": ".+\\.js(doc|x)?$"
    },
    "recurseDepth": 5,
    "plugins": [
        "plugins/markdown"
    ],
    "markdown": {
        "idInHeadings": true
    },
    "opts": {
        "template": "node_modules/jsdoc-chameleon-template",
        "destination": "./out"
    },
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": true,
        "useLongnameInNav": false,
        "showInheritedInNav": true,
        "default": {
            "includeDate": false
        }
    }
}

package.json script:

"jsdoc": "./node_modules/.bin/jsdoc -c jsdoc.json"

It seems that something wrong with the template or I missed something to install. Any help?

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.