New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@node-elion/builder

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-elion/builder

Super scalable enterprise Node.js server library

latest
Source
npmnpm
Version
5.1.3
Version published
Maintainers
1
Created
Source

MIT License View this project on NPM View this project on NPM Known Vulnerabilities Quality Gate Status

@node-elion/builder

This package is part of the Elion project.

This package was created to be able quickly and painlessly build js/ts files while ignoring problems with commonJS/ESM modules. To get started, you just need to install this package and change the project's build configuration

Installation

Install @node-elion/builder with npm

This package is recommended to be installed as a dev dependency

npm i --save-dev @node-elion/builder

Usage

Update package.json to be able to use @node-elion/builder package:

/* package.json */
{
    /*...*/
    "scripts": {
        "start": "ebi start",
        "build": "ebi build"
    }
    /*...*/
}

CLI commands

ebi start

parameteraliastypedefaultdescription
--entry-estringsrc/index.jssets entry to your application. This is usually the root file, in which all necessary processes are imported and run.
--assets-folder-astring src/assetsfiles (like.tf or .json etc.) that should be stored in raw format
--plugin-pstring[][]Builder plugins
--plugin-config-lstring[][]Plugin config
--plugins-config-file-cstringPlugin config file (should be .json format)
--debug-dbooleanfalsepass Inspect argument (--inspect) to started process
--build-folder-bstring./.devbuildFolder, where built files will be stored (you can use tmp for in order to use the temporary folder of your device)

ebi build

parameteraliastypedefaultdescription
--entry-estringsrc/index.jssets entry to your application. This is usually the root file, in which all necessary processes are imported and run.
--assets-folder-astring src/assetsfiles (like.tf or .json etc.) that should be stored in raw format
--plugin-pstring[][]Builder plugins
--plugin-config-lstring[][]Plugin config
--plugins-config-file-cstringPlugin config file (should be .json format)
--build-folder-bstring./buildFolder, where built files will be stored
--keep-classnamesbooleanfalseKeep classnames in production build

Examples

Check the examples folder for a better understanding of how the loader works

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Acknowledgements

  • webpack
  • esbuild

License

MIT

Keywords

Elion

FAQs

Package last updated on 14 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts