Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blueberryapps/empty-package
- Owner: blueberryapps
- License: mit
- Created: 2020-05-26T10:50:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T20:28:01.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:49:06.466Z (7 months ago)
- Language: TypeScript
- Size: 511 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!