{"library":"nowa-core-bundler","title":"Nowa Core Bundler","description":"Nowa Core Bundler is a command-line tool for bundling Nowa web applications. As of version 2.0.0-alpha.6, it is in early alpha with incomplete features (e.g., internationalization, component configuration). It uses yargs for CLI command parsing and likely integrates with webpack internally. This package is intended for internal use by Nowa projects and may not be suitable for general consumption due to its alpha status and limited documentation.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install nowa-core-bundler"],"cli":{"name":"nowa","version":null}},"imports":["import nowa from 'nowa-core-bundler'","import { CLI } from 'nowa-core-bundler'","import { config } from 'nowa-core-bundler'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import nowa from 'nowa-core-bundler';\n// This package is primarily used via CLI, but if using programmatically:\nnowa().then(result => console.log(result)).catch(err => console.error(err));\n// Alternatively, use CLI: npx nowa-core-bundler hello","lang":"typescript","description":"Shows how to import and use the package programmatically, or use the CLI command.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}