Git Product home page Git Product logo

nupm-porcelain's Introduction

nupm-porcelain

Extend nupm using nupm.

nupm-porcelain doesnt do much but it is an example nupm package

Comments welcome. March 2024

install nupm-porcelain with nupm and git

  1. Install nushell if not installed

nushell.sh

  1. Enter nushell
nu
  1. Install nupm if not installed

nupm - a nushell package manager

test this

cd
cd .config/nushell

mkdir nupm
cd nupm
mkdir modules
git clone [email protected]:nushell/nupm.git --depth 1
use nupm/
  1. [Optional] My config_local_nupm.nu

bootstrap nupm

My config_local_nupm.nu

I source this at nu startup from config.nu to make nupm available.

  1. Install nupm-porcelain with nupm
nupm install https://github.com/ddupas/nupm-porcelain
use nupm-porcelain

  1. [OR] Install nupm-porcelain with git
cd $env.NUPM_HOME   # if unset go back to step 2
cd modules
git clone git@github.com:ddupas/nupm-porecelain.git --depth 1
use nupm-porcelain/

thoughts

nupm-porcelain demonstrates how you can augment packages independently with modules

nupm is a helper for nushells use command, it helps use find modules by being a path manager and module installer

nu-complete only passes a single string between its caller. lookup keys have to be embeded as an enumeration and rehydrated once the value is selected

nupm-porcelain's People

Contributors

ddupas avatar

Watchers

 avatar

Forkers

dirtslayer

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.