Giter Club home page Giter Club logo

node-fiddle's Introduction

[@pixi-build-tools/]fiddle

npm (tag) โŸ David โŸ npm collaborators

PixiJS + webpack + Babel + @pixi/eslint-config

This package spun off of @alkamin's pixijs-template repo. I have tuned this for local development of PixiJS so that you can test your changes to pixi.js-related packages locally.

The use of ECMAScript allows you to copy/paste your fiddle to online JavaScript editors like CodePen.

Usage

Clone the repository and create your first fiddle:

  1. git clone https://github.com/SukantPal/pixi-fiddle
  2. npm run open -- --fiddle basic-fiddle
  3. npm run start

The entry point is src/index.js. This will be initialized with some boilerplate code.

Your fiddles are stored in the fiddle-workspace directory. This package helps you copy fiddles from and to the source directory src.

Features

  • Creating and switching between different fiddles

  • Bundling up JavaScript & GLSL files into one fiddle file

  • Importing JSFiddles with one command

Commands

  • open: npm run open -- --fiddle my-fiddle

    This will save the current fiddle and "open" the fiddle passed via --fiddle. Opening a fiddle just copies its contents into the source directory

    You can pass a --no-save option to "forget" the current fiddle state.

    This is also the current way to create a new fiddle!

  • flush: npm run flush

    This will save the current fiddle. You can use this before you start tearing down stuff in your fiddle for refactoring/restructuring something big!

  • delete: npm run delete my-fiddle

    This is used to delete the fiddle saved in fiddle-workspace. It will not reset the source directory contents.

  • pwf: npm run pwf

    This will "print working fiddle" or the fiddle that is currently opened in src.

  • revise: npm run revise

    This will change the version suffix of your fiddle name. You can use this before flushing your fiddle to keep a "history" of your changes. If the current fiddle is my-fiddle, then it will become my-fiddle-1.

  • export: npm run export

    This will rollup all JS files in your src directory using RollupJS. It also "tries" to erase any local requires to packages given in pkgWatch (config file). The resulting fiddle is placed in the export directory.

  • import: npm run import $url$

    This will download the JSFiddle $url$ and extract the JavaScript into index.js (and save the file index.html). This saves the current fiddle before overwriting the src directory.

Config File

You can create a config file fiddle.config.json to register your local PixiJS repo. For example,

{
    "pkgWatch": {
        "pixi.js": "../pixi.js/bundles/pixi.js/lib/pixi"
    }
}

Make sure path is to the CommonJS bundle (not the project root). Support for adding more packages will be added.

Template

If you want to change what code new fiddles have, change the tools/template folder and update template.registrar.json with the files you want "processed".

Assets

All assets are placed in the src/assets/ directory and will be available to the app at assets/.

Scripts

  • npm run start - start the development server
  • npm run build - build a deployable bundle
  • npm run reinit - after cloning the repo, run this command to re-initialize the repository for your own project

node-fiddle's People

Contributors

dependabot[bot] avatar shukantpal avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.