Bijoujs / Bijou.js

Bijou.js: Useful JavaScript snippets in one simple library
https://bijou.js.org
GNU General Public License v3.0
32 stars 8 forks source link

[Feature request] We need a way to automate publishing packages like bijou.function #70

Closed Explosion-Scratch closed 3 years ago

Explosion-Scratch commented 3 years ago

All the packages, (while currently up to date) are going to be extremely hard to update manually. What is our solution to this?

ghost commented 3 years ago

All the packages, (while currently up to date) are going to be extremely hard to update manually. What is our solution to this?

Honestly try finding a workflow in github marketplace to do that for you

GrahamSH-LLK commented 3 years ago

How about const function = require('bijou.js).function

Explosion-Scratch commented 3 years ago

@GrahamSH-LLK Nice idea! =) Then I can use the spread operator to combine them into temp!

GrahamSH-LLK commented 3 years ago

Or const { function } = require('bijou.js'). Honestly, we don't need separate packages. It's just a waste of time and space on npm.

Explosion-Scratch commented 3 years ago

@GrahamSH-LLK I deleted those packages!