@adobe/create-helix-service
Version:
Create Helix Service
43 lines (29 loc) • 1.3 kB
Markdown
# (Create) Helix Service
> Bootstrap your Project Helix service using `npm init @adobe/helix-service`
## Status
[](https://codecov.io/gh/adobe/helix-service)
[](https://circleci.com/gh/adobe/helix-service)
[](https://github.com/adobe/helix-service/blob/master/LICENSE.txt)
[](https://github.com/adobe/helix-service/issues)
[](https://lgtm.com/projects/g/adobe/helix-service)
[](https://github.com/semantic-release/semantic-release)
## Installation
Not needed.
## Usage
```bash
$ $ npm init @adobe/helix-service
```
`create-helix-service` will ask you a couple of questions and create a ready-to-go directory
## Development
### Build
```bash
$ npm install
```
### Test
```bash
$ npm test
```
### Lint
```bash
$ npm run lint
```