Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
update paths and links
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Mar 12, 2017
1 parent 85ac6c6 commit 00ec9e8
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 1,394 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
@@ -1,5 +1,5 @@
node_modules/
build
my-app*
packages/react-scripts/template
packages/react-scripts/fixtures
packages/bem-react-scripts/template
packages/bem-react-scripts/fixtures
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,8 @@ node_js:
cache:
directories:
- node_modules
- packages/create-react-app/node_modules
- packages/react-scripts/node_modules
- packages/create-bem-react-app/node_modules
- packages/bem-react-scripts/node_modules
install: true
script:
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
Expand Down
1,370 changes: 0 additions & 1,370 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to Create React App
# Contributing to Create BEM React App

Loving Create React App and want to get involved? Thanks! There are plenty of ways you can help.
Loving Create BEM React App and want to get involved? Thanks! There are plenty of ways you can help.

Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Expand Down Expand Up @@ -43,7 +43,7 @@ Please also provide a **test plan**, i.e. specify how you verified that your add

## Setting Up a Local Copy

1. Clone the repo with `git clone https://github.com/facebookincubator/create-react-app`
1. Clone the repo with `git clone https://github.com/bem/create-bem-react-app`

2. Run `npm install` in the root `create-react-app` folder.

Expand Down
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Expand Up @@ -36,7 +36,7 @@ Tell us what actually happens.

Run these commands in the project folder and fill in their results:

1. `npm ls react-scripts` (if you haven’t ejected):
1. `npm ls bem-react-scripts` (if you haven’t ejected):
2. `node -v`:
3. `npm -v`:

Expand All @@ -55,5 +55,5 @@ Alternatively, you could copy your app that experiences the problem and start re

Push to GitHub and paste the link here.

By doing this, you're helping the Create React App contributors a big time!
By doing this, you're helping the Create BEM React App contributors a big time!
Demonstrable issues gets fixed faster.
6 changes: 3 additions & 3 deletions README.md
@@ -1,12 +1,12 @@
# Create BEM React App [![Build Status](https://travis-ci.org/awinogradov/create-bem-react-app.svg?branch=master)](https://travis-ci.org/awinogradov/create-bem-react-app)
# Create BEM React App [![Build Status](https://travis-ci.org/bem/create-bem-react-app.svg?branch=master)](https://travis-ci.org/bem/create-bem-react-app)

Create BEM React apps with no build configuration.

* [Getting Started](#getting-started) – How to create a new app.
* [User Guide](https://github.com/facebookincubator/create-react-app) – Original Guide.

Create React App works on macOS, Windows, and Linux.<br>
If something doesn’t work please [file an issue](https://github.com/awinogradov/create-bem-react-app/issues/new).
If something doesn’t work please [file an issue](https://github.com/bem/create-bem-react-app/issues/new).

## Quick Overview

Expand Down Expand Up @@ -101,7 +101,7 @@ You will see the build errors and lint warnings in the console.
Runs the test watcher in an interactive mode.<br>
By default, runs tests related to files changes since the last commit.

[Read more about testing.](https://github.com/awinogradov/create-bem-react-app/blob/master/packages/bem-react-scripts/template/README.md#running-tests)
[Read more about testing.](https://github.com/bem/create-bem-react-app/blob/master/packages/bem-react-scripts/template/README.md#running-tests)

### `npm run build` or `yarn build`

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -21,7 +21,7 @@ environment:

cache:
- node_modules -> appveyor.cleanup-cache.txt
- packages\react-scripts\node_modules -> appveyor.cleanup-cache.txt
- packages\bem-react-scripts\node_modules -> appveyor.cleanup-cache.txt

clone_depth: 50

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.0.0-beta.38",
"version": "independent",
"changelog": {
"repo": "awinogradov/create-bem-react-app",
"repo": "bem/create-bem-react-app",
"labels": {
"tag: new feature": ":rocket: New Feature",
"tag: breaking change": ":boom: Breaking Change",
Expand Down
2 changes: 1 addition & 1 deletion packages/bem-react-scripts/bin/react-scripts.js
Expand Up @@ -46,7 +46,7 @@ switch (script) {
console.log('Unknown script "' + script + '".');
console.log('Perhaps you need to update bem-react-scripts?');
console.log(
'See: https://github.com/awinogradov/create-bem-react-app/blob/master/packages/bem-react-scripts/template/README.md#updating-to-new-releases'
'See: https://github.com/bem/create-bem-react-app/blob/master/packages/bem-react-scripts/template/README.md#updating-to-new-releases'
);
break;
}
4 changes: 2 additions & 2 deletions packages/bem-react-scripts/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "bem-react-scripts",
"version": "0.0.2",
"description": "Configuration and scripts for Create BEM React App.",
"repository": "awinogradov/create-bem-react-app",
"repository": "bem/create-bem-react-app",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/awinogradov/create-bem-react-app/issues"
"url": "https://github.com/bem/create-bem-react-app/issues"
},
"files": [
"babelrc",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bem-react-app/createReactApp.js
Expand Up @@ -57,7 +57,7 @@ const program = commander
` If you have any problems, do not hesitate to file an issue:`
);
console.log(
` ${chalk.cyan('https://github.com/awinogradov/create-bem-react-app/issues/new')}`
` ${chalk.cyan('https://github.com/bem/create-bem-react-app/issues/new')}`
);
console.log();
})
Expand Down
4 changes: 2 additions & 2 deletions packages/create-bem-react-app/package.json
Expand Up @@ -5,13 +5,13 @@
"react"
],
"description": "Create BEM React apps with no build configuration.",
"repository": "awinogradov/create-bem-react-app",
"repository": "bem/create-bem-react-app",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/awinogradov/create-bem-react-app/issues"
"url": "https://github.com/bem/create-bem-react-app/issues"
},
"files": [
"index.js",
Expand Down
4 changes: 0 additions & 4 deletions template/README.md

This file was deleted.

0 comments on commit 00ec9e8

Please sign in to comment.