Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blueberryapps/empty-package

An empty box for your creations so you don't have to start bare-handed.
https://github.com/blueberryapps/empty-package

Last synced: about 7 hours ago
JSON representation

An empty box for your creations so you don't have to start bare-handed.

Awesome Lists containing this project

README

        

# Empty package 📦
> An empty box for your TS creations so you don't have to start bare-handed

![Use me!](https://memegenerator.net/img/instances/67111389.jpg)

### How to use
1. Fork this or clone this.
2. Change the name, description and repo links
3. Code your magic in the `/src` directory
4. Test, if necessary: it's all set up already.
5. `yarn build`
6. To test this in development, without publishing, use `yarn link`. In another project, you then can `yarn link "your_package_name"`
7. `npm publish` :) Now you have published your very own package!