Skip to content

Commit

Permalink
docs: reframe statements
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 committed May 22, 2024
1 parent 59f8f1d commit 8b05307
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/create-empiricalrun/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# create-empiricalrun

Initialize your empiricalrun project effortlessly.
Setup your empiricalrun project effortlessly.

[![npm](https://img.shields.io/npm/v/create-empiricalrun)](https://npmjs.com/package/create-empiricalrun)
[![Discord](https://img.shields.io/badge/discord-empirical.run-blue?logo=discord&logoColor=white&color=5d68e8)](https://discord.gg/NeR6jj8dw9)

This package is used to initialise empiricalrun project.
The script helps to:
- Initializes an npm project if needed.
This package:
- Initializes npm project in the current directory if needed.
- Installs the `empiricalrun` package.
- Sets up a default `empiricalrc.js` config.
- Installs the `empiricalrun` npm package.
- Adds necessary cache folders to `.gitignore`.
- Adds cache folders to .gitignore.

## Getting started

Expand Down

0 comments on commit 8b05307

Please sign in to comment.