Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daiyam/artifact-configs
https://github.com/daiyam/artifact-configs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daiyam/artifact-configs
- Owner: daiyam
- License: mit
- Created: 2021-09-17T23:06:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T09:37:59.000Z (about 2 years ago)
- Last Synced: 2024-10-19T22:15:13.672Z (2 months ago)
- Language: TypeScript
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).