GithubHelp home page GithubHelp logo

Hey, nice to see you.

Welcome to my page!
I'm Lina Montaño (calypsobronte),
Backend Developer Python and JavaScript.
Mentor @coderiseorg
Podcaster and Founder in @caminodev
Organizer @node_co

Things I code with

Node.js Vue.js React JavaScripts Python MongoDB Figma

Where to find me:

Github Twitter LinkedIn

Contact Page:

Calypso Brontë


My npm card inspired by bitandbang

Ejecutar Via npx

$ npx calypsobronte

Pasos

  1. Puedes hacer fork en el repo de bitandbang o simplemente ir creando tus archivos.
  • mkdir calypsobronte
  • cd calypsobronte
  • npm init Nota: iniciamos el package.json con tus datos despues:
  • npm i Nota: instalamos el node_modules para que nos cargen algunas dependencias que necesitamos despues creamos:
  • mkdir bin
  • touch card.js cuando ya creas el .js vas a copias este codigo
#!/usr/bin/env node
// 👆 Used to tell Node.js that this is a CLI tool

// Pull in our modules
const chalk = require('chalk')
const boxen = require('boxen')

// Define options for Boxen
const options = {
  padding: 1,
  margin: 1,
  borderStyle: 'round'
}

// Text + chalk definitions
const data = {
  name: chalk.white('Tu nombre / '),
  handle: chalk.cyan('tuname'),
  work: chalk.white('donde trabajas'),
  twitter: chalk.cyan('tu cuenta de twitter'),
  github: chalk.cyan('tu cuenta de github'),
  linkedin: chalk.cyan('tu cuenta de linkedin'),
  web: chalk.cyan('tu pagina web (opcional)'),
  npx: chalk.white('npx tuejecutable'),
  labelWork: chalk.white.bold('      Work:'),
  labelTwitter: chalk.white.bold('   Twitter:'),
  labelGitHub: chalk.white.bold('    GitHub:'),
  labelLinkedIn: chalk.white.bold('  LinkedIn:'),
  labelWeb: chalk.white.bold('       Web:'),
  labelCard: chalk.white.bold('      Card:')
}

// Actual strings we're going to output
const newline = '\n'
const heading = `${data.name} ${data.handle}`
const working = `${data.labelWork}  ${data.work}`
const twittering = `${data.labelTwitter}  ${data.twitter}`
const githubing = `${data.labelGitHub}  ${data.github}`
const linkedining = `${data.labelLinkedIn}  ${data.linkedin}`
const webing = `${data.labelWeb}  ${data.web}`
const carding = `${data.labelCard}  ${data.npx}`

// Put all our output together into a single variable so we can use boxen effectively
const output = heading + newline + newline + working + newline + twittering + newline + githubing + newline + linkedining + newline + webing + newline + newline + carding

console.log(chalk.green(boxen(output, options)))

despues:

  1. Ejecutas
$ npm version major

asi miras que version tienes antes de darle publish debes de haber creado una cuenta en npm.org

  1. ejecuta esto
$ npm adduser 
  1. y despues
$ npm publish

y ya al fin puedel ejecutar tu

$ npx calypsobronte

Lina María Montaño Ramírez's Projects

1x.engineer icon 1x.engineer

The official website of 1x Engineers around the world

2017-slides icon 2017-slides

A collection of slides and source code for the 2017 Droids4Droids Conferences

adn-mutants icon adn-mutants

Proyecto magneto para determinar si un ser humano por medio de su ADN es mutante o no.

airbnb_clone icon airbnb_clone

AirBnB clone - The console by Lina Montaño and Julian Castañeda

apollo-11 icon apollo-11

Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.

appcamera icon appcamera

Creando una aplicación Kotlin simple para Moviles con Android creado en Android Studio. Workshop de @pionerasdev presentado por Lizet Jaramillo

backstage icon backstage

Backstage is an open platform for building developer portals

betty icon betty

Holberton-style C code checker written in Perl

blockly icon blockly

The web-based visual programming editor.

c icon c

Course of C in Platzi

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.