0.3.1 • Published 8 years ago

generator-canner-template v0.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-canner-template NPM version Dependency Status Build Status

A generator for react projects

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

That'll generate a project with all the common tools setup. This includes:

... and more!

Tree structure

<Project>
	├── webpack.config.dev.js
	├── tests.webpack.js
	├── test
	│   ├── <project>-test.js
	│   └── .eslintrc
	├── src
	│   └── index.js
	├── package.json
	├── lib
	│   └── index.js
	├── karma.conf.js
	├── example
	│   ├── index.js
	│   └── index.html
	├── devServer.js
	├── README.md
	├── .gitignore
	├── .gitattributes
	├── .eslintrc.js
	├── .editorconfig
	└── .babelrc

Installation

First, install Yeoman and generator-canner-template using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-canner-template

Then generate your new project:

yo canner-template

Maintainer

chilijung

License

MIT © Canner

0.3.1

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago