Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usulpro/package-prepare
- Owner: usulpro
- Created: 2019-05-18T12:34:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:05:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T15:35:43.814Z (12 days ago)
- Topics: babel, npm, package, prepare, publish
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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