0.0.11 • Published 5 years ago

generator-code-styles v0.0.11

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

generator-code-styles NPM version Build Status Dependency Status Coverage percentage

Generate code styles files in your React, Vue or TypeScript project

Installation

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

npm install -g yo
npm install -g generator-code-styles

Then generate files in your existing project:

yo code-styles

Install Lint Packages

In Vue.js Project

npm i eslint eslint-plugin-vue --save-dev

In React.js Project

npm i eslint eslint-plugin-react --save-dev

In TypeScript Project

npm i tslint tslint-config-standard --save-dev

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Wang Chi

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago