2.71.1 • Published 7 years ago

mercenary-test v2.71.1

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

Quick Start

Install Mercenary globally:

npm install -g mercenary

Create a new Mercenary app:

cd ~/my-projects-dir
mercenary my-new-app && cd my-new-app

Start the development server:

npm start

Run unit tests:

npm test

Start the unit test watcher:

npm run test:watch

Run end-to-end tests:

npm run e2e

Build the client and start the production server:

npm run prod

Create a release tag in Git:

npm run release

Deploy the Dockerized application to ElasticBeanstalk:

npm run deploy

Packages

This repository is managed as a monorepo. It contains several npm packages. Publishing is managed by Lerna.

PackageVersionDocsDescription
mercenarynpmnpm.ioThe CLI for creating new Mercenary projects
mercenary-corenpmnpm.ioThe core Mercenary codebase
mercenary-devnpmnpm.ioThe dependencies required for development, running unit tests and end-to-end tests, and building and deploying Mercenary projects
babel-preset-mercenarynpmnpm.ioThe Babel preset for Mercenary projects
eslint-config-mercenarynpmnpm.ioThe ESLint preset for Mercenary projects

Credits

Icons by Flaticon

2.71.1

7 years ago

2.66.2

7 years ago

2.61.2

7 years ago

2.51.3

7 years ago

2.51.2

7 years ago

2.51.0

7 years ago

2.48.4

7 years ago

2.48.1

7 years ago

2.47.6

7 years ago

2.47.3

7 years ago

2.47.1

7 years ago

2.43.8

7 years ago

2.41.0

7 years ago

2.40.0

7 years ago

2.22.1

7 years ago

2.21.2

7 years ago