0.6.1 • Published 3 years ago

one-start v0.6.1

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

One Start

Install

npm install --save-dev one-start
# or
yarn add -D one-start
# or
pnpm add -D one-start

Add config file

create file one-start.config.js in project root directory

const createConfig = require('one-start/createConfig')
module.exports = createConfig({
  ...
})

Add script

{
  "scripts": {
    "start": "one-start"
  }
}
0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago