Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daiyam/artifact-configs


https://github.com/daiyam/artifact-configs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

artifact-configs
================

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

This repository is a collection of configurations using [artifact](https://github.com/zokugun/artifact).

Getting Started
---------------

### To create a new NPM package

```sh
mkdir myproject
cd myproject
npm init -y
artifact add @daiyam/base @daiyam/lang-ts @daiyam/npm-ts
```

### To create a new Visual Studio extension

```sh
mkdir myproject
cd myproject
npm init -y
artifact add @daiyam/base @daiyam/lang-ts @daiyam/vsx-ts
```

License
-------

Copyright © 2021-present Baptiste Augrain

Licensed under the [MIT license](https://opensource.org/licenses/MIT).