Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
builder-react-component
Advanced tools
A React component archetype for builder.
To use the production and development workflows, install both this package and the development module:
$ npm install --save builder-react-component
$ npm install --save-dev builder-react-component-dev
To bootstrap a new project from scratch with template files from this archetype, you can use builder-init:
$ npm install -g builder-init
$ builder-init builder-react-component
This will download this archetype, prompt you for several template data values and inflate the archetype templates to real files at a chosen directory.
See the development guide for workflows associated with this archetype.
The archetype assumes a file structure like the following:
demo/
app.jsx
index.html
src
components/
*.jsx
index.js
test
client/
spec/
components/
*.jsx?
*.jsx?
main.js
test.html
.builderrc
package.json
This matches the builder-init
templates found in the source of this
archetype.
The name
field in package.json
(the published npm
package name) is
assumed to be:
So, if a package.json
has:
{
"name": "my-cool-component"
}
The distribution files to output are:
dist/my-cool-component.js
dist/my-cool-component.js.map
dist/my-cool-component.min.js
dist/my-cool-component.min.js.map
and the exported class name is MyCoolComponent
.
This archetype does not currently specify its own .babelrc
. Your project
should specify its own in the root directory if you want non-default Babel
settings (like using stage 0, for instance). See the recommended
settings.
$ builder help builder-react-component
Usage:
builder <action> <task(s)>
Actions:
help, run, concurrent, envs
Flags: General
--builderrc: Path to builder config file (default: `.builderrc`)
Tasks:
npm:postinstall
[builder-react-component] cd lib || builder run build-lib
npm:preversion
[builder-react-component] builder run check
npm:test
[builder-react-component] builder run test-frontend
npm:version
[builder-react-component] builder run clean && builder run build && git add -A dist
build
[builder-react-component] builder run build-lib && builder run build-dist
build-dist
[builder-react-component] builder run clean-dist && builder run build-dist-min && builder run build-dist-dev
build-dist-dev
[builder-react-component] webpack --config node_modules/builder-react-component/config/webpack/webpack.config.dev.js --colors
build-dist-min
[builder-react-component] webpack --config node_modules/builder-react-component/config/webpack/webpack.config.js --colors
build-lib
[builder-react-component] builder run clean-lib && babel src -d lib --copy-files
check
[builder-react-component] builder run lint && builder run test
check-ci
[builder-react-component] builder run lint && builder run test-ci
check-cov
[builder-react-component] builder run lint && builder run test-cov
check-dev
[builder-react-component] builder run lint && builder run test-dev
clean
[builder-react-component] builder run clean-lib && builder run clean-dist
clean-dist
[builder-react-component] rimraf dist
clean-lib
[builder-react-component] rimraf lib
dev
[builder-react-component] builder concurrent server-dev server-test
hot
[builder-react-component] builder concurrent server-hot server-test
lint
[builder-react-component] builder concurrent lint-server lint-client lint-client-test
lint-client
[builder-react-component] eslint --color --ext .js,.jsx -c node_modules/builder-react-component/config/eslint/.eslintrc-client src demo/*.jsx
lint-client-test
[builder-react-component] eslint --color --ext .js,.jsx -c node_modules/builder-react-component/config/eslint/.eslintrc-client-test src test/client
lint-server
[builder-react-component] eslint --color -c node_modules/builder-react-component/config/eslint/.eslintrc-server *.js
open-demo
[builder-react-component] opener http://127.0.0.1:3000
open-dev
[builder-react-component] builder concurrent dev open-demo
open-hot
[builder-react-component] builder concurrent hot open-demo
server-dev
[builder-react-component] webpack-dev-server --port 3000 --config node_modules/builder-react-component/config/webpack/demo/webpack.config.dev.js --colors --content-base demo
server-hot
[builder-react-component] webpack-dev-server --port 3000 --config node_modules/builder-react-component/config/webpack/demo/webpack.config.hot.js --colors --hot --content-base demo
server-test
[builder-react-component] webpack-dev-server --port 3001 --config node_modules/builder-react-component/config/webpack/webpack.config.test.js --colors
test
[builder-react-component] builder run npm:test
test-ci
[builder-react-component] builder run test-frontend-ci
test-cov
[builder-react-component] builder run test-frontend-cov
test-dev
[builder-react-component] builder run test-frontend-dev
test-frontend
[builder-react-component] karma start node_modules/builder-react-component/config/karma/karma.conf.js
test-frontend-ci
[builder-react-component] karma start --browsers PhantomJS,Firefox node_modules/builder-react-component/config/karma/karma.conf.coverage.js
test-frontend-cov
[builder-react-component] karma start node_modules/builder-react-component/config/karma/karma.conf.coverage.js
test-frontend-dev
[builder-react-component] karma start node_modules/builder-react-component/config/karma/karma.conf.dev.js
0.2.0
builder-init
support with init.js
and init
templates.FAQs
Builder Archetype - React Component
The npm package builder-react-component receives a total of 1 weekly downloads. As such, builder-react-component popularity was classified as not popular.
We found that builder-react-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.