0.9.4 • Published 3 years ago

create-u v0.9.4

Weekly downloads
53
License
MIT
Repository
github
Last release
3 years ago

npm (tag) npm (tag) CI GitHub license Language grade: JavaScript Total alerts

u

U is a JavaScript bundler, transpiler, linter, formatter, dev server, and test framework. It combines several open-source tools into a single dependency that's both opinionated and configurable.

I made this so I can set up projects easier without having to maintain multiple dependencies and configurations for each project.

🔧 Install

npm install u-scripts --save-dev

📝 Usage

Commands

U comes with a set of default commands. You can make your own commands by defining a u.config.js file.

CommandDescription
u buildRuns webpack with NODE_ENV set to production.
u devRuns webpack-dev-server with NODE_ENV set to development.
u lintRuns eslint --fix, stylelint --fix, and prettier --write.
u testRuns eslint --fix, stylelint --fix, prettier --write, and jest.
u test-ciRuns eslint, stylelint, prettier --check, and jest --ci.

Scripts

You can also run scripts directly. Each script is run with preconfigured defaults, but they can be overridden by passing CLI options or defining a config for that script.

ScriptDescription
u babelRuns babel. Customize with .babelrc.js.
u eslintRuns eslint. Customize with .eslintrc.js.
u jestRuns jest. Customize with jest.config.js.
u nodemonRuns nodemon. Customize with nodemon.json.
u prettierRuns prettier. Customize with prettier.config.js.
u stylelintRuns stylelint. Customize with stylelint.config.js.
u webpackRuns webpack. Customize with webpack.config.js.
u webpack-dev-serverRuns webpack-dev-server. Customize with webpack.config.js.

🌱 Inspiration

0.9.5-alpha.0

3 years ago

0.9.4

3 years ago

0.9.4-alpha.2

3 years ago

0.9.4-alpha.1

3 years ago

0.9.3

3 years ago

0.9.4-alpha.0

3 years ago

0.9.3-alpha.1

3 years ago

0.9.3-alpha.0

3 years ago

0.9.2

3 years ago

0.9.2-alpha.4

4 years ago

0.9.2-alpha.3

4 years ago

0.9.2-alpha.2

4 years ago

0.9.2-alpha.1

4 years ago

0.9.2-alpha.0

4 years ago

0.9.1-alpha.25

4 years ago

0.9.1

4 years ago

0.9.1-alpha.24

4 years ago

0.9.1-alpha.23

4 years ago

0.9.1-alpha.22

4 years ago

0.9.1-alpha.20

4 years ago

0.9.1-alpha.18

4 years ago

0.9.1-alpha.19

4 years ago

0.9.1-alpha.17

4 years ago

0.9.1-alpha.14

4 years ago

0.9.1-alpha.15

4 years ago

0.9.1-alpha.16

4 years ago

0.9.1-alpha.13

4 years ago

0.9.1-alpha.12

4 years ago

0.9.1-alpha.11

4 years ago

0.9.1-alpha.10

4 years ago

0.9.1-alpha.9

4 years ago

0.9.1-alpha.8

4 years ago

0.9.1-alpha.7

4 years ago

0.9.1-alpha.2

4 years ago

0.9.1-alpha.6

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.1-alpha.9

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago