Socket
Book a DemoInstallSign in
Socket

luna-config

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luna-config

Shared configuration for Luna projects

1.8.2
latest
Source
npmnpm
Version published
Weekly downloads
22
633.33%
Maintainers
3
Weekly downloads
 
Created
Source

Luna Config

Config manager for Luna web apps.

Handles the setup of the following dev tools:

All config is provided as a JS object so standard methods can be used to customise and extend:

// webpack.config.js
module.exports = getWebpackConfig({
  context: __dirname,
  module: {
    rules: [
      /* My custom loaders */
    ],
  },
  plugins: [
    /* My custom plugins */
  ],
})

Getting started

luna-config is primarily designed for use with a fresh project so has a script to set up everything needed following an npm init and installing the package.

npm i -D luna-config

Once installed locally you can run:

npx luna-config-init && npm i

Then you're ready to go! Take a look at the Luna site for next steps on adding content to your app. Alternatively you can look at the luna-react-boilerplate repo that expands on this base with additional behaviour such as routing.

FAQs

Package last updated on 03 Jun 2019

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.