Code Monkey home page Code Monkey logo

trivin's Introduction

              

calvinqc

👀 Push me 😈

𝗣𝗥𝗢𝗗𝗨𝗖𝗧𝗜𝗢𝗡 𝗘𝗥𝗥𝗢𝗥: "It's bungy 'JUMP', not Bungy 'PUSH'!"

Getting Started

let myJob = null;

if (time === 🌤) {
   myJob = 𝗦𝗢𝗙𝗧𝗪𝗔𝗥𝗘 𝗘𝗡𝗚𝗜𝗡𝗘𝗘𝗥;
else if (time === 🌙): 
   myJob = 𝗧𝗘𝗖𝗛 𝗪𝗥𝗜𝗧𝗘𝗥;
}

Features

🌱 Working on Node.js, GraphQL/REST, React.js/Redux, MongoDB/PostgreSQL, Google Cloud,

💬 FAQ about PayPal, SJSU, startups, blog posts.

⚡ Join lunchclub with me, and we might have a chance to meet each other.

📝 Publish posts bi-weekly on Wednesday about tutorials, technologies, news, tips & tricks on full-stack programming.

Latest Blog Posts

Support

☕️ If you found valuable resources that I have created, please feel free to support me with just a coffee.

Contribution

Calvin's github stats

trivin's People

Contributors

calvinqc 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  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  avatar  avatar

trivin's Issues

ERROR Invalid template name

I get this error when I try to run the script for any template on a Windows environment.

trivin server -g -i
? Please choose which project template to use node-passport-jwt
ERROR Invalid template name

The error is caused by the the invalid path for templateDir in main.js line 55.

_const currentFileURL = import.meta.url;

import.meta.url gives the string 'file:///C:/...".

const templateDir = path.resolve(
new URL(currentFileURL).pathname,
'../../templates',
options.template.toLowerCase()
)

path.resolve() gives the string 'C:\C:...' causing the error. I had to remove the duplicate 'C:' to get the script to work.

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.