All Projects â†’ BrunnerLivio â†’ Try

BrunnerLivio / Try

Licence: apache-2.0
đŸ“Ļ Quickly try out NPM packages inside a container

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Try

React Native In App Message
React Native in-app notification component
Stars: ✭ 114 (-10.94%)
Mutual labels:  npm
React Use Localstorage
(seeking maintainers) ⚓ React hook for using local storage
Stars: ✭ 122 (-4.69%)
Mutual labels:  npm
React Ckeditor
CKEditor component for React with plugin and custom event listeners support
Stars: ✭ 124 (-3.12%)
Mutual labels:  npm
Get Programming With Nodejs
Code samples for Get Programming with Node.js (See verhagen's VM setup for exercises in this book: https://github.com/verhagen/get-programming-with-nodejs)
Stars: ✭ 117 (-8.59%)
Mutual labels:  npm
Restberry
Framework for setting up RESTful JSON APIs with NodeJS.
Stars: ✭ 118 (-7.81%)
Mutual labels:  npm
Create New Cli
Create your own CLI using a series of simple commands.
Stars: ✭ 122 (-4.69%)
Mutual labels:  npm
Npm Stats Www
A website showing npm modules metrics
Stars: ✭ 113 (-11.72%)
Mutual labels:  npm
Pnpm
Fast, disk space efficient package manager -- åŋĢ速įš„īŧŒčŠ‚įœįŖį›˜įŠē间įš„包įŽĄį†åˇĨå…ˇ
Stars: ✭ 14,219 (+11008.59%)
Mutual labels:  npm
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (-7.03%)
Mutual labels:  npm
Npm Link Shared
links a folder of local modules with inter-dependencies to the target directory
Stars: ✭ 123 (-3.91%)
Mutual labels:  npm
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (-8.59%)
Mutual labels:  npm
Getme
CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes
Stars: ✭ 118 (-7.81%)
Mutual labels:  npm
Greenkeeper
🤖 🌴 Real-time automated dependency updates for npm and GitHub
Stars: ✭ 1,564 (+1121.88%)
Mutual labels:  npm
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-9.37%)
Mutual labels:  npm
Npm Expansions
Send us a pull request by editing expansions.txt
Stars: ✭ 1,777 (+1288.28%)
Mutual labels:  npm
Rsmq
Redis Simple Message Queue
Stars: ✭ 1,556 (+1115.63%)
Mutual labels:  npm
Example Rollup React Component Npm Package
Example React Component, Published to npm
Stars: ✭ 122 (-4.69%)
Mutual labels:  npm
Flagpack Core
Flagpack contains 260+ easily implementable flag icons to use in your design or code project.
Stars: ✭ 127 (-0.78%)
Mutual labels:  npm
Npm Module Checklist
Steps to check when starting, working and publishing a module to NPM
Stars: ✭ 125 (-2.34%)
Mutual labels:  npm
Atbmarket
🎉 JUST FOR FUN :: npm package of ATB plastic bag
Stars: ✭ 123 (-3.91%)
Mutual labels:  npm

đŸ“Ļ try

Quickly try out npm packages inside a container.

NPM Package Dependencies Build Status

Demo animation

Purpose

As a developer working with NodeJS you often stumble upon packages you quickly want to try out. Installing these packages on your host system gets it polluted real quick.

try tries to keep your host system clean while testing out npm packages. This CLI tool quickly starts up a Docker container and installs your specified packages, so you can try them out!

Usage

You can print the usage by executing try --help.

Usage: try [options]

Quickly try out npm packages inside a container

Options:
  -V, --version              output the version number
  -v, --verbose              Verbosity value
  -i, --image [image]        The docker image which it should pull from (default: "node")
  --image-version [version]  Specify the node image version (default: "latest")
  --no-cleanup               If set to true, the created container will not get cleaned up
  --silent                   If the program should not print any log statements
  --ts                       If it the program should use TypeScript
  -h, --help                 output usage information

Installation

Prerequisites

npm package

To install try using npm run:

npm install -g try-pkg

From source

To install it from source you need to clone this repository, install the dependencies using npm and execute the program.

git clone https://github.com/BrunnerLivio/try.git
cd try
npm install
npm start

Other

Inspired by timofurrer/try - Thanks buddy :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].