All Projects → victorb → Trymodule

victorb / Trymodule

➰ It's never been easier to try nodejs modules!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Trymodule

Wwdc
The unofficial WWDC app for macOS
Stars: ✭ 8,137 (+629.78%)
Mutual labels:  developer-tools, developer-experience
Migra
Like diff but for PostgreSQL schemas
Stars: ✭ 2,084 (+86.91%)
Mutual labels:  developer-tools, developer-experience
Xrmdefinitelytyped
Tool to generate TypeScript declaration files for Dynamics 365/CDS client-side coding.
Stars: ✭ 107 (-90.4%)
Mutual labels:  developer-tools, developer-experience
Fabric8 Platform
Generates the distribution of the fabric8 microservices platform
Stars: ✭ 105 (-90.58%)
Mutual labels:  developer-tools, developer-experience
Conferences.digital
👨‍💻Watch the latest and greatest conference videos on your Mac
Stars: ✭ 751 (-32.65%)
Mutual labels:  developer-tools, developer-experience
Fabric8
fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
Stars: ✭ 1,783 (+59.91%)
Mutual labels:  developer-tools, developer-experience
Edward
A tool for managing local microservice instances
Stars: ✭ 152 (-86.37%)
Mutual labels:  developer-tools, developer-experience
replay-csharp
An editable C# REPL (Read Eval Print Loop) powered by Roslyn and .NET Core
Stars: ✭ 69 (-93.81%)
Mutual labels:  repl, developer-tools
Hukum
An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.
Stars: ✭ 375 (-66.37%)
Mutual labels:  developer-tools, developer-experience
Hela
🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. ✨ You can think of it as Cargo for the JavaScript ecosystem.
Stars: ✭ 320 (-71.3%)
Mutual labels:  developer-tools, developer-experience
Majestic
⚡ Zero config GUI for Jest
Stars: ✭ 7,261 (+551.21%)
Mutual labels:  developer-tools, developer-experience
Appleevents
The unofficial Apple Events app for macOS
Stars: ✭ 831 (-25.47%)
Mutual labels:  developer-tools, developer-experience
Swagger Ui Cimpress
A swagger-ui fork with an easy to read, responsive three pane view.
Stars: ✭ 32 (-97.13%)
Mutual labels:  developer-tools, developer-experience
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (-95.43%)
Mutual labels:  developer-tools
Dotfiles
🖥️ Automated Configuration, Preferences and Software Installation for macOS
Stars: ✭ 1,103 (-1.08%)
Mutual labels:  developer-tools
Nclap
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
Stars: ✭ 51 (-95.43%)
Mutual labels:  repl
Wago
Automate the actions you do after saving code.
Stars: ✭ 60 (-94.62%)
Mutual labels:  developer-tools
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+647%)
Mutual labels:  developer-tools
Indium
A JavaScript development environment for Emacs
Stars: ✭ 1,058 (-5.11%)
Mutual labels:  repl
Ship
Aids you creating a `Dockerfile` by transforming its (interactive shell) history into `RUN` instructions
Stars: ✭ 50 (-95.52%)
Mutual labels:  developer-tools

trymodule Circle CI

A simple cli tool for trying out different nodejs modules.

trymodule demo

Installation

npm install -g trymodule

Usage

trymodule colors

Downloads the module colors if needed, and starts a nodejs REPL with colors loaded in the current scope, ready for you to use.

trymodule colors lodash

Same as above but with many packages in one go!

trymodule colors=c lodash=l

Assign packages to custom variable names.

trymodule --clear

Removes the directory where trymodules stores the node modules. Removes TRYMODULE_PATH + '/node_modules'

Configuration

There are a couple of environment variables you can use to customize trymodule.

TRYMODULE_PATH for setting the path of where modules are stored. By default this is $HOME/.trymodule or $USERPROFILE/.trymodule

TRYMODULE_NONINTERACTIVE for making trymodule not fire up the repl in the end. This is useful if you want to just install some packages for future use. By default this is undefined. Setting it to any value would make trymodule non-interactive.

TRYMODULE_HISTORY_PATH for changing where to save the repl history. Should be pointing to a user write-able file. Defaults to $TRYMODULE_PATH/repl_history

You can set the environment variables for one session with export TRYMODULE_PATH=/usr/bin/trymodule or for just one time by doing TRYMOUDLE_PATH=/usr/bin/trymodule trymodule colors.

Support / Help

If you have any questions, open a Github issue here: github.com/VictorBjelkholm/trymodule/issues/new

or feel free to contact me on Twitter here: @VictorBjelkholm

Inspiration

Inspiration comes from a leiningen plugin called lein-try that allows you to try out clojure libraries without having to declare them in an existing project. Thanks to @rkneufeld for the inspiration!

License

The MIT License (MIT)

Copyright (c) 2016 Victor Bjelkholm

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].