primitive-script-bundler
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "primitive-script-bundler", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,14 +0,18 @@ | ||
Simple script bundler modeled after Webpack | ||
<h1>Simple script bundler modeled after Webpack</h1> | ||
To use in your project: | ||
<h3>To use in your project:</h3> | ||
Declare a config.json file. This is where primitive-script-bundler | ||
will look for your configuration. Currently supports an array of filenames. | ||
<ul> | ||
<li>Declare a config.json file. This is where primitive-script-bundler | ||
will look for your configuration. Currently supports an array of filenames.</li> | ||
E.g. files: ["test.js", "dogs.js"] | ||
<li>E.g. files: ["test.js", "dogs.js"]</li> | ||
Create script in package.json to run: | ||
<li>Create an output file (bundle.js is there by default)</li> | ||
E.g. --> "bundle": "node index" | ||
<li>Create script in package.json to run:</li> | ||
Built by Theodore Anderson | ||
<li>E.g. --> "bundle": "node index.js"</li> | ||
</ul> | ||
<b>Built by Theodore Anderson</b> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1644
18