-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad63819
commit b548b96
Showing
6 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env node | ||
import nodefony from '../dist/index.js'; | ||
import {nodefony , kernel} from '../dist/index.js'; | ||
|
||
console.log(nodefony) | ||
console.log(nodefony, kernel) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env node | ||
const {nodefony, kernel} = require("../../dist/index.js") | ||
|
||
console.log(nodefony , kernel) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "nodefony-core", | ||
"version": "10.0.0", | ||
"description": "Core Nodefony Framework", | ||
"main": "index.js", | ||
"types": "types/index.d.ts", | ||
"private": true, | ||
"bin": {}, | ||
"keywords": [ | ||
"nodefony", | ||
"node-js", | ||
"javascript" | ||
], | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nodefony/nodefony.git" | ||
}, | ||
"resolutions": {}, | ||
"license": "CECILL-B", | ||
"licenses": [ | ||
{ | ||
"type": "CECILL-B", | ||
"url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html" | ||
} | ||
], | ||
"author": "Christophe CAMENSULI <[email protected]>", | ||
"readmeFilename": "README.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters