UNPKG
bebop-tools
Version:
latest (3.2.3)
next (3.0.3-beta.3)
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3-beta.3
3.0.3-beta.2
3.0.3-beta.1
3.0.2-beta.1
3.0.1-beta.1
3.0.0-rc.3
3.0.0-rc.2
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.3.1
2.3.0
2.3.0-alpha.3
2.3.0-alpha.2
2.3.0-alpha
2.2.6
2.2.4
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
Bebop compiler for Node projects.
github.com/RainwayApp/bebop
RainwayApp/bebop
bebop-tools
/
test
/
bebop.json
13 lines
(12 loc)
•
193 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"include"
:
[
"*.bop"
]
,
"exclude"
:
[
"node_modules"
,
"**/node_modules/*"
]
,
"generators"
:
{
"ts"
:
{
"outFile"
:
"test.ts"
}
,
"cs"
:
{
"outFile"
:
"test.cs"
}
}
}