Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usulpro/package-prepare

Opinionately prepares packages
https://github.com/usulpro/package-prepare

babel npm package prepare publish

Last synced: 4 days ago
JSON representation

Opinionately prepares packages

Awesome Lists containing this project

README

        

# Package-Prepare

[npm: `@usulpro/package-prepare`](https://www.npmjs.com/package/@usulpro/package-prepare)

[github: `package-prepare`](https://github.com/UsulPro/package-prepare)

Opinionately compiles ./src -> ./dist. Zero config

## Quick start

```shell
npx @usulpro/package-prepare
```

it will compile your `src` to `dist` folder

## Install

```shell
yarn add --dev @usulpro/package-prepare
```

## Usage

```shell
package-prepare
```

Example:

```json
{
"scripts": {
"prepare": "package-prepare"
}
}
```

Additional options:

```json
{
"scripts": {
"prepare": "package-prepare"
},
"packagePrepare": {
"src": "src"
},
}
```

## Credits

Created with ❤︎ to Javascript by Oleg Proskurin [React Theming]