We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what about to make skel as npm package?
now i use in devDependencies: "skel-framework": "https://github.com/ajlkn/skel.git"
"skel-framework": "https://github.com/ajlkn/skel.git"
but would be better: "skel-framework": "^3.0.1"
"skel-framework": "^3.0.1"
The text was updated successfully, but these errors were encountered:
I like this idea
Sorry, something went wrong.
Good idea. Too bad skel is taken already, but skel-framework works. I'll look into it.
skel
skel-framework
(PS: sorry for the delay; busy af :)
Is this the official package? https://www.npmjs.com/package/skel-framework-npm
@fuzzzerd No, it is not an official package, but rather a fork that looks like it is still kept up to date - albeit a few months behind Aj.
You can view the repo for that package here: https://github.com/sahellebusch/skel-framework-npm
No branches or pull requests
what about to make skel as npm package?
now i use in devDependencies:
"skel-framework": "https://github.com/ajlkn/skel.git"
but would be better:
"skel-framework": "^3.0.1"
The text was updated successfully, but these errors were encountered: