Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @olaolum/scaffy with all npm packages installed. Try it out:

var scaffy = require("@olaolum/scaffy")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@olaolum/scaffy v1.1.2

This is a simple CLI tool that allows you to bootstrap your projects with your own custom configuration. Sure we have CRA, and whatever the Vue equivalent of that is, but sometimes we have configuration files we would like to reuse. For instance, eslint, sure there is the `init` command but that only gives you the defaults. In such a case you would need to scour your previous projects (or the internet) for all the packages you want to install then manually copy over your custom bulletproof eslint config. This projects intends to be a panacea to that problem!

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free